Html Css Color HEX #BB9D28 Sahara

📋 copy color: '#BB9D28'

red 187 ◦ green 157 ◦ blue 40

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

Shades of Sahara #BB9D28

Tints of Sahara #BB9D28

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.89%

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 48.7%
G = 40.89%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB9D28 (or 0xBB9D28) is known color: Sahara. HEX triplet: BB, 9D and 28. RGB value is (187,157,40). Sum of RGB (Red+Green+Blue) = 187+157+40=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9D28 is #4462D7. Grayscale: #999999. Windows color (decimal): -4481752 or 2661819. OLE color: 2661819.

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

Color convert

RGB 187 157 40 -
CMYK 0 0.16 0.79 0.27
HSL 47.76º 0.65% 0.45% -
HSV(B) 47.76º 0.79% 0.73% -
XYZ 32.93 34.83 6.99 -
YUV 152.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 187 157 40 0 0.16 0.79 0.27 47.76 0.65 0.45
Hex BB 9D 28 0 10 4F 1B 30 41 2D
Octal 273 235 50 0 20 117 33 60 101 55
Binary 10111011 10011101 101000 0 10000 1001111 11011 110000 1000001 101101

Color Harmonies of #BB9D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9D28

Black with #BB9D28

Text Example


Text Example

White with #BB9D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9D28; }

 p { color: rgb(187,157,40); }

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

background-color css

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

 a { background-color: rgb(187,157,40); }

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

border-color css

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

 span { border-color: rgb(187,157,40); }

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