Html Css Color HEX #BBA230 Sahara

📋 copy color: '#BBA230'

red 187 ◦ green 162 ◦ blue 48

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

Shades of Sahara #BBA230

Tints of Sahara #BBA230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 47.1%
G = 40.81%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA230 (or 0xBBA230) is known color: Sahara. HEX triplet: BB, A2 and 30. RGB value is (187,162,48). Sum of RGB (Red+Green+Blue) = 187+162+48=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA230 is #445DCF. Grayscale: #9C9C9C. Windows color (decimal): -4480464 or 3187387. OLE color: 3187387.

HSL color Cylindrical-coordinate representation of color #BBA230: hue angle of 49.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBA230 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 48 -
CMYK 0 0.13 0.74 0.27
HSL 49.21º 0.59% 0.46% -
HSV(B) 49.21º 0.74% 0.73% -
XYZ 33.95 36.62 8.08 -
YUV 156.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 187 162 48 0 0.13 0.74 0.27 49.21 0.59 0.46
Hex BB A2 30 0 D 4A 1B 31 3B 2E
Octal 273 242 60 0 15 112 33 61 73 56
Binary 10111011 10100010 110000 0 1101 1001010 11011 110001 111011 101110

Color Harmonies of #BBA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA230

Black with #BBA230

Text Example


Text Example

White with #BBA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA230; }

 p { color: rgb(187,162,48); }

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

background-color css

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

 a { background-color: rgb(187,162,48); }

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

border-color css

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

 span { border-color: rgb(187,162,48); }

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