Html Css Color HEX #BB9923 Sahara

📋 copy color: '#BB9923'

red 187 ◦ green 153 ◦ blue 35

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

Shades of Sahara #BB9923

Tints of Sahara #BB9923

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 49.87%
G = 40.8%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB9923 (or 0xBB9923) is known color: Sahara. HEX triplet: BB, 99 and 23. RGB value is (187,153,35). Sum of RGB (Red+Green+Blue) = 187+153+35=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9923 is #4466DC. Grayscale: #969696. Windows color (decimal): -4482781 or 2333115. OLE color: 2333115.

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

Color convert

RGB 187 153 35 -
CMYK 0 0.18 0.81 0.27
HSL 46.58º 0.68% 0.44% -
HSV(B) 46.58º 0.81% 0.73% -
XYZ 32.19 33.47 6.35 -
YUV 149.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 187 153 35 0 0.18 0.81 0.27 46.58 0.68 0.44
Hex BB 99 23 0 12 51 1B 2F 44 2C
Octal 273 231 43 0 22 121 33 57 104 54
Binary 10111011 10011001 100011 0 10010 1010001 11011 101111 1000100 101100

Color Harmonies of #BB9923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9923

Black with #BB9923

Text Example


Text Example

White with #BB9923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9923; }

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

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

background-color css

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

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

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

border-color css

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

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

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