Html Css Color HEX #B7A028 Sahara

📋 copy color: '#B7A028'

red 183 ◦ green 160 ◦ blue 40

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

Shades of Sahara #B7A028

Tints of Sahara #B7A028

RGB

 RED value IS 183 (71.88% from 255) = 47.78%

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

 BLUE value IS 40 (16.02% from 255) = 10.44%

R = 47.78%
G = 41.78%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B7A028 (or 0xB7A028) is known color: Sahara. HEX triplet: B7, A0 and 28. RGB value is (183,160,40). Sum of RGB (Red+Green+Blue) = 183+160+40=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A028 is #485FD7. Grayscale: #999999. Windows color (decimal): -4743128 or 2662583. OLE color: 2662583.

HSL color Cylindrical-coordinate representation of color #B7A028: hue angle of 50.35º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7A028 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 40 -
CMYK 0 0.13 0.78 0.28
HSL 50.35º 0.64% 0.44% -
HSV(B) 50.35º 0.78% 0.72% -
XYZ 32.48 35.36 7.12 -
YUV 153.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 183 160 40 0 0.13 0.78 0.28 50.35 0.64 0.44
Hex B7 A0 28 0 D 4E 1C 32 40 2C
Octal 267 240 50 0 15 116 34 62 100 54
Binary 10110111 10100000 101000 0 1101 1001110 11100 110010 1000000 101100

Color Harmonies of #B7A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A028

Black with #B7A028

Text Example


Text Example

White with #B7A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A028; }

 p { color: rgb(183,160,40); }

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

background-color css

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

 a { background-color: rgb(183,160,40); }

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

border-color css

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

 span { border-color: rgb(183,160,40); }

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