Html Css Color HEX #B8A029 Sahara

📋 copy color: '#B8A029'

red 184 ◦ green 160 ◦ blue 41

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

Shades of Sahara #B8A029

Tints of Sahara #B8A029

RGB

 RED value IS 184 (72.27% from 255) = 47.79%

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

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 47.79%
G = 41.56%
B = 10.65%

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

#B8A029 (or 0xB8A029) is known color: Sahara. HEX triplet: B8, A0 and 29. RGB value is (184,160,41). Sum of RGB (Red+Green+Blue) = 184+160+41=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A029 is #475FD6. Grayscale: #9A9A9A. Windows color (decimal): -4677591 or 2728120. OLE color: 2728120.

HSL color Cylindrical-coordinate representation of color #B8A029: hue angle of 49.93º 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 #B8A029 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 160 41 -
CMYK 0 0.13 0.78 0.28
HSL 49.93º 0.64% 0.44% -
HSV(B) 49.93º 0.78% 0.72% -
XYZ 32.74 35.49 7.22 -
YUV 153.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 184 160 41 0 0.13 0.78 0.28 49.93 0.64 0.44
Hex B8 A0 29 0 D 4E 1C 32 40 2C
Octal 270 240 51 0 15 116 34 62 100 54
Binary 10111000 10100000 101001 0 1101 1001110 11100 110010 1000000 101100

Color Harmonies of #B8A029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A029

Black with #B8A029

Text Example


Text Example

White with #B8A029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A029; }

 p { color: rgb(184,160,41); }

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

background-color css

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

 a { background-color: rgb(184,160,41); }

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

border-color css

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

 span { border-color: rgb(184,160,41); }

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