Html Css Color HEX #BBA033 Sahara

📋 copy color: '#BBA033'

red 187 ◦ green 160 ◦ blue 51

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

Shades of Sahara #BBA033

Tints of Sahara #BBA033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 46.98%
G = 40.2%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA033 (or 0xBBA033) is known color: Sahara. HEX triplet: BB, A0 and 33. RGB value is (187,160,51). Sum of RGB (Red+Green+Blue) = 187+160+51=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA033 is #445FCC. Grayscale: #9C9C9C. Windows color (decimal): -4480973 or 3383483. OLE color: 3383483.

HSL color Cylindrical-coordinate representation of color #BBA033: hue angle of 48.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA033 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 51 -
CMYK 0 0.14 0.73 0.27
HSL 48.09º 0.57% 0.47% -
HSV(B) 48.09º 0.73% 0.73% -
XYZ 33.66 35.95 8.3 -
YUV 155.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 187 160 51 0 0.14 0.73 0.27 48.09 0.57 0.47
Hex BB A0 33 0 E 49 1B 30 39 2F
Octal 273 240 63 0 16 111 33 60 71 57
Binary 10111011 10100000 110011 0 1110 1001001 11011 110000 111001 101111

Color Harmonies of #BBA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA033

Black with #BBA033

Text Example


Text Example

White with #BBA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA033; }

 p { color: rgb(187,160,51); }

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

background-color css

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

 a { background-color: rgb(187,160,51); }

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

border-color css

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

 span { border-color: rgb(187,160,51); }

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