Html Css Color HEX #BB9E23 Sahara

📋 copy color: '#BB9E23'

red 187 ◦ green 158 ◦ blue 35

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

Shades of Sahara #BB9E23

Tints of Sahara #BB9E23

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

 BLUE value IS 35 (14.06% from 255) = 9.21%

R = 49.21%
G = 41.58%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB9E23 (or 0xBB9E23) is known color: Sahara. HEX triplet: BB, 9E and 23. RGB value is (187,158,35). Sum of RGB (Red+Green+Blue) = 187+158+35=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E23 is #4461DC. Grayscale: #999999. Windows color (decimal): -4481501 or 2334395. OLE color: 2334395.

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

Color convert

RGB 187 158 35 -
CMYK 0 0.16 0.81 0.27
HSL 48.55º 0.68% 0.44% -
HSV(B) 48.55º 0.81% 0.73% -
XYZ 33.02 35.14 6.63 -
YUV 152.65 61.61 152.5 -
System Red Green Blue C M Y K H S L
Decimal 187 158 35 0 0.16 0.81 0.27 48.55 0.68 0.44
Hex BB 9E 23 0 10 51 1B 31 44 2C
Octal 273 236 43 0 20 121 33 61 104 54
Binary 10111011 10011110 100011 0 10000 1010001 11011 110001 1000100 101100

Color Harmonies of #BB9E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E23

Black with #BB9E23

Text Example


Text Example

White with #BB9E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E23; }

 p { color: rgb(187,158,35); }

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

background-color css

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

 a { background-color: rgb(187,158,35); }

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

border-color css

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

 span { border-color: rgb(187,158,35); }

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