Html Css Color HEX #BB693F Bourbon

📋 copy color: '#BB693F'

red 187 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #BB693F

Tints of Bourbon #BB693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 52.68%
G = 29.58%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB693F (or 0xBB693F) is known color: Bourbon. HEX triplet: BB, 69 and 3F. RGB value is (187,105,63). Sum of RGB (Red+Green+Blue) = 187+105+63=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB693F is #4496C0. Grayscale: #7C7C7C. Windows color (decimal): -4495041 or 4155835. OLE color: 4155835.

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

Color convert

RGB 187 105 63 -
CMYK 0 0.44 0.66 0.27
HSL 20.32º 0.5% 0.49% -
HSV(B) 20.32º 0.66% 0.73% -
XYZ 26.44 21.03 7.37 -
YUV 124.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 187 105 63 0 0.44 0.66 0.27 20.32 0.5 0.49
Hex BB 69 3F 0 2C 42 1B 14 32 31
Octal 273 151 77 0 54 102 33 24 62 61
Binary 10111011 1101001 111111 0 101100 1000010 11011 10100 110010 110001

Color Harmonies of #BB693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB693F

Black with #BB693F

Text Example


Text Example

White with #BB693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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