Html Css Color HEX #B29323 Sahara

📋 copy color: '#B29323'

red 178 ◦ green 147 ◦ blue 35

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

Shades of Sahara #B29323

Tints of Sahara #B29323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 49.44%
G = 40.83%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B29323 (or 0xB29323) is known color: Sahara. HEX triplet: B2, 93 and 23. RGB value is (178,147,35). Sum of RGB (Red+Green+Blue) = 178+147+35=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B29323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29323 is #4D6CDC. Grayscale: #8F8F8F. Windows color (decimal): -5074141 or 2331570. OLE color: 2331570.

HSL color Cylindrical-coordinate representation of color #B29323: hue angle of 46.99º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B29323 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 35 -
CMYK 0 0.17 0.80 0.30
HSL 46.99º 0.67% 0.42% -
HSV(B) 46.99º 0.8% 0.7% -
XYZ 29.1 30.45 5.93 -
YUV 143.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 178 147 35 0 0.17 0.80 0.30 46.99 0.67 0.42
Hex B2 93 23 0 11 50 1E 2F 43 2A
Octal 262 223 43 0 21 120 36 57 103 52
Binary 10110010 10010011 100011 0 10001 1010000 11110 101111 1000011 101010

Color Harmonies of #B29323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29323

Black with #B29323

Text Example


Text Example

White with #B29323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29323; }

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

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

background-color css

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

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

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

border-color css

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

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

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