Html Css Color HEX #BB6A3D Bourbon

📋 copy color: '#BB6A3D'

red 187 ◦ green 106 ◦ blue 61

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

Shades of Bourbon #BB6A3D

Tints of Bourbon #BB6A3D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 52.82%
G = 29.94%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB6A3D (or 0xBB6A3D) is known color: Bourbon. HEX triplet: BB, 6A and 3D. RGB value is (187,106,61). Sum of RGB (Red+Green+Blue) = 187+106+61=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A3D is #4495C2. Grayscale: #7D7D7D. Windows color (decimal): -4494787 or 4025019. OLE color: 4025019.

HSL color Cylindrical-coordinate representation of color #BB6A3D: hue angle of 21.43º degrees, saturation: 0.51, 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 #BB6A3D is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 106 61 -
CMYK 0 0.43 0.67 0.27
HSL 21.43º 0.51% 0.49% -
HSV(B) 21.43º 0.67% 0.73% -
XYZ 26.49 21.21 7.11 -
YUV 125.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 187 106 61 0 0.43 0.67 0.27 21.43 0.51 0.49
Hex BB 6A 3D 0 2B 43 1B 15 33 31
Octal 273 152 75 0 53 103 33 25 63 61
Binary 10111011 1101010 111101 0 101011 1000011 11011 10101 110011 110001

Color Harmonies of #BB6A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A3D

Black with #BB6A3D

Text Example


Text Example

White with #BB6A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A3D; }

 p { color: rgb(187,106,61); }

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

background-color css

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

 a { background-color: rgb(187,106,61); }

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

border-color css

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

 span { border-color: rgb(187,106,61); }

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