Html Css Color HEX #B9A231 Sahara

📋 copy color: '#B9A231'

red 185 ◦ green 162 ◦ blue 49

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

Shades of Sahara #B9A231

Tints of Sahara #B9A231

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

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

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 46.72%
G = 40.91%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9A231 (or 0xB9A231) is known color: Sahara. HEX triplet: B9, A2 and 31. RGB value is (185,162,49). Sum of RGB (Red+Green+Blue) = 185+162+49=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A231 is #465DCE. Grayscale: #9C9C9C. Windows color (decimal): -4611535 or 3252921. OLE color: 3252921.

HSL color Cylindrical-coordinate representation of color #B9A231: hue angle of 49.85º degrees, saturation: 0.58, 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 #B9A231 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 49 -
CMYK 0 0.12 0.74 0.27
HSL 49.85º 0.58% 0.46% -
HSV(B) 49.85º 0.74% 0.73% -
XYZ 33.48 36.38 8.16 -
YUV 156 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 185 162 49 0 0.12 0.74 0.27 49.85 0.58 0.46
Hex B9 A2 31 0 C 4A 1B 32 3A 2E
Octal 271 242 61 0 14 112 33 62 72 56
Binary 10111001 10100010 110001 0 1100 1001010 11011 110010 111010 101110

Color Harmonies of #B9A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A231

Black with #B9A231

Text Example


Text Example

White with #B9A231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A231; }

 p { color: rgb(185,162,49); }

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

background-color css

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

 a { background-color: rgb(185,162,49); }

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

border-color css

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

 span { border-color: rgb(185,162,49); }

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