Html Css Color HEX #BB6B3A Bourbon

📋 copy color: '#BB6B3A'

red 187 ◦ green 107 ◦ blue 58

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

Shades of Bourbon #BB6B3A

Tints of Bourbon #BB6B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 53.13%
G = 30.4%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB6B3A (or 0xBB6B3A) is known color: Bourbon. HEX triplet: BB, 6B and 3A. RGB value is (187,107,58). Sum of RGB (Red+Green+Blue) = 187+107+58=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B3A is #4494C5. Grayscale: #7D7D7D. Windows color (decimal): -4494534 or 3828667. OLE color: 3828667.

HSL color Cylindrical-coordinate representation of color #BB6B3A: hue angle of 22.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB6B3A is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 58 -
CMYK 0 0.43 0.69 0.27
HSL 22.79º 0.53% 0.48% -
HSV(B) 22.79º 0.69% 0.73% -
XYZ 26.51 21.39 6.73 -
YUV 125.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 187 107 58 0 0.43 0.69 0.27 22.79 0.53 0.48
Hex BB 6B 3A 0 2B 45 1B 17 35 30
Octal 273 153 72 0 53 105 33 27 65 60
Binary 10111011 1101011 111010 0 101011 1000101 11011 10111 110101 110000

Color Harmonies of #BB6B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B3A

Black with #BB6B3A

Text Example


Text Example

White with #BB6B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B3A; }

 p { color: rgb(187,107,58); }

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

background-color css

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

 a { background-color: rgb(187,107,58); }

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

border-color css

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

 span { border-color: rgb(187,107,58); }

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