Html Css Color HEX #B4A02B Sahara

📋 copy color: '#B4A02B'

red 180 ◦ green 160 ◦ blue 43

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

Shades of Sahara #B4A02B

Tints of Sahara #B4A02B

RGB

 RED value IS 180 (70.7% from 255) = 47%

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

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 47%
G = 41.78%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4A02B (or 0xB4A02B) is known color: Sahara. HEX triplet: B4, A0 and 2B. RGB value is (180,160,43). Sum of RGB (Red+Green+Blue) = 180+160+43=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A02B is #4B5FD4. Grayscale: #999999. Windows color (decimal): -4939733 or 2859188. OLE color: 2859188.

HSL color Cylindrical-coordinate representation of color #B4A02B: hue angle of 51.24º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4A02B is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 43 -
CMYK 0 0.11 0.76 0.29
HSL 51.24º 0.61% 0.44% -
HSV(B) 51.24º 0.76% 0.71% -
XYZ 31.83 35.02 7.37 -
YUV 152.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 180 160 43 0 0.11 0.76 0.29 51.24 0.61 0.44
Hex B4 A0 2B 0 B 4C 1D 33 3D 2C
Octal 264 240 53 0 13 114 35 63 75 54
Binary 10110100 10100000 101011 0 1011 1001100 11101 110011 111101 101100

Color Harmonies of #B4A02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A02B

Black with #B4A02B

Text Example


Text Example

White with #B4A02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A02B; }

 p { color: rgb(180,160,43); }

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

background-color css

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

 a { background-color: rgb(180,160,43); }

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

border-color css

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

 span { border-color: rgb(180,160,43); }

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