Html Css Color HEX #B29328 Sahara

📋 copy color: '#B29328'

red 178 ◦ green 147 ◦ blue 40

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

Shades of Sahara #B29328

Tints of Sahara #B29328

RGB

 RED value IS 178 (69.92% from 255) = 48.77%

 GREEN value IS 147 (57.81% from 255) = 40.27%

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

R = 48.77%
G = 40.27%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B29328 (or 0xB29328) is known color: Sahara. HEX triplet: B2, 93 and 28. RGB value is (178,147,40). Sum of RGB (Red+Green+Blue) = 178+147+40=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B29328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29328 is #4D6CD7. Grayscale: #909090. Windows color (decimal): -5074136 or 2659250. OLE color: 2659250.

HSL color Cylindrical-coordinate representation of color #B29328: hue angle of 46.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B29328 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 40 -
CMYK 0 0.17 0.78 0.30
HSL 46.52º 0.63% 0.43% -
HSV(B) 46.52º 0.78% 0.7% -
XYZ 29.18 30.49 6.35 -
YUV 144.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 178 147 40 0 0.17 0.78 0.30 46.52 0.63 0.43
Hex B2 93 28 0 11 4E 1E 2F 3F 2B
Octal 262 223 50 0 21 116 36 57 77 53
Binary 10110010 10010011 101000 0 10001 1001110 11110 101111 111111 101011

Color Harmonies of #B29328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29328

Black with #B29328

Text Example


Text Example

White with #B29328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29328; }

 p { color: rgb(178,147,40); }

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

background-color css

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

 a { background-color: rgb(178,147,40); }

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

border-color css

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

 span { border-color: rgb(178,147,40); }

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