Html Css Color HEX #BB9C29 Sahara

📋 copy color: '#BB9C29'

red 187 ◦ green 156 ◦ blue 41

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

Shades of Sahara #BB9C29

Tints of Sahara #BB9C29

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

 BLUE value IS 41 (16.41% from 255) = 10.68%

R = 48.7%
G = 40.63%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB9C29 (or 0xBB9C29) is known color: Sahara. HEX triplet: BB, 9C and 29. RGB value is (187,156,41). Sum of RGB (Red+Green+Blue) = 187+156+41=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C29 is #4463D6. Grayscale: #989898. Windows color (decimal): -4482007 or 2727099. OLE color: 2727099.

HSL color Cylindrical-coordinate representation of color #BB9C29: hue angle of 47.26º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB9C29 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 41 -
CMYK 0 0.17 0.78 0.27
HSL 47.26º 0.64% 0.45% -
HSV(B) 47.26º 0.78% 0.73% -
XYZ 32.78 34.5 7.03 -
YUV 152.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 187 156 41 0 0.17 0.78 0.27 47.26 0.64 0.45
Hex BB 9C 29 0 11 4E 1B 2F 40 2D
Octal 273 234 51 0 21 116 33 57 100 55
Binary 10111011 10011100 101001 0 10001 1001110 11011 101111 1000000 101101

Color Harmonies of #BB9C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C29

Black with #BB9C29

Text Example


Text Example

White with #BB9C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C29; }

 p { color: rgb(187,156,41); }

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

background-color css

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

 a { background-color: rgb(187,156,41); }

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

border-color css

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

 span { border-color: rgb(187,156,41); }

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