Html Css Color HEX #BB9F23 Sahara

📋 copy color: '#BB9F23'

red 187 ◦ green 159 ◦ blue 35

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

Shades of Sahara #BB9F23

Tints of Sahara #BB9F23

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.73%

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

R = 49.08%
G = 41.73%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB9F23 (or 0xBB9F23) is known color: Sahara. HEX triplet: BB, 9F and 23. RGB value is (187,159,35). Sum of RGB (Red+Green+Blue) = 187+159+35=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F23 is #4460DC. Grayscale: #999999. Windows color (decimal): -4481245 or 2334651. OLE color: 2334651.

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

Color convert

RGB 187 159 35 -
CMYK 0 0.15 0.81 0.27
HSL 48.95º 0.68% 0.44% -
HSV(B) 48.95º 0.81% 0.73% -
XYZ 33.2 35.48 6.69 -
YUV 153.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 187 159 35 0 0.15 0.81 0.27 48.95 0.68 0.44
Hex BB 9F 23 0 F 51 1B 31 44 2C
Octal 273 237 43 0 17 121 33 61 104 54
Binary 10111011 10011111 100011 0 1111 1010001 11011 110001 1000100 101100

Color Harmonies of #BB9F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F23

Black with #BB9F23

Text Example


Text Example

White with #BB9F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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