Html Css Color HEX #B4931D Sahara

📋 copy color: '#B4931D'

red 180 ◦ green 147 ◦ blue 29

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

Shades of Sahara #B4931D

Tints of Sahara #B4931D

RGB

 RED value IS 180 (70.7% from 255) = 50.56%

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 50.56%
G = 41.29%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4931D (or 0xB4931D) is known color: Sahara. HEX triplet: B4, 93 and 1D. RGB value is (180,147,29). Sum of RGB (Red+Green+Blue) = 180+147+29=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4931D is #4B6CE2. Grayscale: #8F8F8F. Windows color (decimal): -4943075 or 1938356. OLE color: 1938356.

HSL color Cylindrical-coordinate representation of color #B4931D: hue angle of 46.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4931D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 147 29 -
CMYK 0 0.18 0.84 0.29
HSL 46.89º 0.72% 0.41% -
HSV(B) 46.89º 0.84% 0.71% -
XYZ 29.48 30.66 5.53 -
YUV 143.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 180 147 29 0 0.18 0.84 0.29 46.89 0.72 0.41
Hex B4 93 1D 0 12 54 1D 2F 48 29
Octal 264 223 35 0 22 124 35 57 110 51
Binary 10110100 10010011 11101 0 10010 1010100 11101 101111 1001000 101001

Color Harmonies of #B4931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4931D

Black with #B4931D

Text Example


Text Example

White with #B4931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4931D; }

 p { color: rgb(180,147,29); }

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

background-color css

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

 a { background-color: rgb(180,147,29); }

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

border-color css

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

 span { border-color: rgb(180,147,29); }

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