Html Css Color HEX #B29430 Sahara

📋 copy color: '#B29430'

red 178 ◦ green 148 ◦ blue 48

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

Shades of Sahara #B29430

Tints of Sahara #B29430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 48 (19.14% from 255) = 12.83%

R = 47.59%
G = 39.57%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B29430 (or 0xB29430) is known color: Sahara. HEX triplet: B2, 94 and 30. RGB value is (178,148,48). Sum of RGB (Red+Green+Blue) = 178+148+48=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B29430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29430 is #4D6BCF. Grayscale: #929292. Windows color (decimal): -5073872 or 3183794. OLE color: 3183794.

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

Color convert

RGB 178 148 48 -
CMYK 0 0.17 0.73 0.30
HSL 46.15º 0.58% 0.44% -
HSV(B) 46.15º 0.73% 0.7% -
XYZ 29.48 30.86 7.2 -
YUV 145.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 178 148 48 0 0.17 0.73 0.30 46.15 0.58 0.44
Hex B2 94 30 0 11 49 1E 2E 3A 2C
Octal 262 224 60 0 21 111 36 56 72 54
Binary 10110010 10010100 110000 0 10001 1001001 11110 101110 111010 101100

Color Harmonies of #B29430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29430

Black with #B29430

Text Example


Text Example

White with #B29430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29430; }

 p { color: rgb(178,148,48); }

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

background-color css

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

 a { background-color: rgb(178,148,48); }

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

border-color css

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

 span { border-color: rgb(178,148,48); }

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