Html Css Color HEX #B29E2E Sahara

📋 copy color: '#B29E2E'

red 178 ◦ green 158 ◦ blue 46

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

Shades of Sahara #B29E2E

Tints of Sahara #B29E2E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

 BLUE value IS 46 (18.36% from 255) = 12.04%

R = 46.6%
G = 41.36%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B29E2E (or 0xB29E2E) is known color: Sahara. HEX triplet: B2, 9E and 2E. RGB value is (178,158,46). Sum of RGB (Red+Green+Blue) = 178+158+46=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E2E is #4D61D1. Grayscale: #979797. Windows color (decimal): -5071314 or 3055282. OLE color: 3055282.

HSL color Cylindrical-coordinate representation of color #B29E2E: hue angle of 50.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B29E2E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 46 -
CMYK 0 0.11 0.74 0.30
HSL 50.91º 0.59% 0.44% -
HSV(B) 50.91º 0.74% 0.7% -
XYZ 31.08 34.12 7.53 -
YUV 151.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 178 158 46 0 0.11 0.74 0.30 50.91 0.59 0.44
Hex B2 9E 2E 0 B 4A 1E 33 3B 2C
Octal 262 236 56 0 13 112 36 63 73 54
Binary 10110010 10011110 101110 0 1011 1001010 11110 110011 111011 101100

Color Harmonies of #B29E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E2E

Black with #B29E2E

Text Example


Text Example

White with #B29E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E2E; }

 p { color: rgb(178,158,46); }

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

background-color css

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

 a { background-color: rgb(178,158,46); }

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

border-color css

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

 span { border-color: rgb(178,158,46); }

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