Html Css Color HEX #BB9B28 Sahara

📋 copy color: '#BB9B28'

red 187 ◦ green 155 ◦ blue 40

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

Shades of Sahara #BB9B28

Tints of Sahara #BB9B28

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.58%

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

R = 48.95%
G = 40.58%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB9B28 (or 0xBB9B28) is known color: Sahara. HEX triplet: BB, 9B and 28. RGB value is (187,155,40). Sum of RGB (Red+Green+Blue) = 187+155+40=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9B28 is #4464D7. Grayscale: #979797. Windows color (decimal): -4482264 or 2661307. OLE color: 2661307.

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

Color convert

RGB 187 155 40 -
CMYK 0 0.17 0.79 0.27
HSL 46.94º 0.65% 0.45% -
HSV(B) 46.94º 0.79% 0.73% -
XYZ 32.6 34.16 6.88 -
YUV 151.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 187 155 40 0 0.17 0.79 0.27 46.94 0.65 0.45
Hex BB 9B 28 0 11 4F 1B 2F 41 2D
Octal 273 233 50 0 21 117 33 57 101 55
Binary 10111011 10011011 101000 0 10001 1001111 11011 101111 1000001 101101

Color Harmonies of #BB9B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B28

Black with #BB9B28

Text Example


Text Example

White with #BB9B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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