Html Css Color HEX #BB693E Bourbon

📋 copy color: '#BB693E'

red 187 ◦ green 105 ◦ blue 62

#BB693E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #BB693E

Tints of Bourbon #BB693E

RGB

 RED value IS 187 (73.44% from 255) = 52.82%

 GREEN value IS 105 (41.41% from 255) = 29.66%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 52.82%
G = 29.66%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB693E (or 0xBB693E) is known color: Bourbon. HEX triplet: BB, 69 and 3E. RGB value is (187,105,62). Sum of RGB (Red+Green+Blue) = 187+105+62=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB693E is #4496C1. Grayscale: #7C7C7C. Windows color (decimal): -4495042 or 4090299. OLE color: 4090299.

HSL color Cylindrical-coordinate representation of color #BB693E: hue angle of 20.64º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB693E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 62 -
CMYK 0 0.44 0.67 0.27
HSL 20.64º 0.5% 0.49% -
HSV(B) 20.64º 0.67% 0.73% -
XYZ 26.41 21.02 7.22 -
YUV 124.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 187 105 62 0 0.44 0.67 0.27 20.64 0.5 0.49
Hex BB 69 3E 0 2C 43 1B 15 32 31
Octal 273 151 76 0 54 103 33 25 62 61
Binary 10111011 1101001 111110 0 101100 1000011 11011 10101 110010 110001

Color Harmonies of #BB693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB693E

Black with #BB693E

Text Example


Text Example

White with #BB693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB693E; }

 p { color: rgb(187,105,62); }

 H1.HeaderClassName
 {
   color: #BB693E;
 }
 .AnyTagClassName
 {
   color: #BB693E;
 }
</style>

background-color css

<style>
 a { background-color: #BB693E; }

 a { background-color: rgb(187,105,62); }

 div.DivClassName
 {
   background-color: #BB693E;
 }
 .BgClassName
 {
   background-color: #BB693E;
 }
</style>

border-color css

<style>
 span { border-color: #BB693E; }

 span { border-color: rgb(187,105,62); }

 td.TdClassName
 {
   border-color: #BB693E;
 }
 .TagClassName
 {
   border-color: #BB693E;
 }
</style>