Html Css Color HEX #B19429 Sahara

📋 copy color: '#B19429'

red 177 ◦ green 148 ◦ blue 41

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

Shades of Sahara #B19429

Tints of Sahara #B19429

RGB

 RED value IS 177 (69.53% from 255) = 48.36%

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

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

R = 48.36%
G = 40.44%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B19429 (or 0xB19429) is known color: Sahara. HEX triplet: B1, 94 and 29. RGB value is (177,148,41). Sum of RGB (Red+Green+Blue) = 177+148+41=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B19429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19429 is #4E6BD6. Grayscale: #909090. Windows color (decimal): -5139415 or 2725041. OLE color: 2725041.

HSL color Cylindrical-coordinate representation of color #B19429: hue angle of 47.21º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B19429 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 41 -
CMYK 0 0.16 0.77 0.31
HSL 47.21º 0.62% 0.43% -
HSV(B) 47.21º 0.77% 0.69% -
XYZ 29.12 30.69 6.49 -
YUV 144.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 177 148 41 0 0.16 0.77 0.31 47.21 0.62 0.43
Hex B1 94 29 0 10 4D 1F 2F 3E 2B
Octal 261 224 51 0 20 115 37 57 76 53
Binary 10110001 10010100 101001 0 10000 1001101 11111 101111 111110 101011

Color Harmonies of #B19429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19429

Black with #B19429

Text Example


Text Example

White with #B19429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19429; }

 p { color: rgb(177,148,41); }

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

background-color css

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

 a { background-color: rgb(177,148,41); }

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

border-color css

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

 span { border-color: rgb(177,148,41); }

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