Html Css Color HEX #BB9829 Sahara

📋 copy color: '#BB9829'

red 187 ◦ green 152 ◦ blue 41

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

Shades of Sahara #BB9829

Tints of Sahara #BB9829

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

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

R = 49.21%
G = 40%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB9829 (or 0xBB9829) is known color: Sahara. HEX triplet: BB, 98 and 29. RGB value is (187,152,41). Sum of RGB (Red+Green+Blue) = 187+152+41=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9829 is #4467D6. Grayscale: #969696. Windows color (decimal): -4483031 or 2726075. OLE color: 2726075.

HSL color Cylindrical-coordinate representation of color #BB9829: hue angle of 45.62º 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 #BB9829 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 152 41 -
CMYK 0 0.19 0.78 0.27
HSL 45.62º 0.64% 0.45% -
HSV(B) 45.62º 0.78% 0.73% -
XYZ 32.12 33.18 6.81 -
YUV 149.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 187 152 41 0 0.19 0.78 0.27 45.62 0.64 0.45
Hex BB 98 29 0 13 4E 1B 2E 40 2D
Octal 273 230 51 0 23 116 33 56 100 55
Binary 10111011 10011000 101001 0 10011 1001110 11011 101110 1000000 101101

Color Harmonies of #BB9829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9829

Black with #BB9829

Text Example


Text Example

White with #BB9829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9829; }

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

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

background-color css

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

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

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

border-color css

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

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

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