Html Css Color HEX #B4911E Sahara

📋 copy color: '#B4911E'

red 180 ◦ green 145 ◦ blue 30

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

Shades of Sahara #B4911E

Tints of Sahara #B4911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 50.7%
G = 40.85%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4911E (or 0xB4911E) is known color: Sahara. HEX triplet: B4, 91 and 1E. RGB value is (180,145,30). Sum of RGB (Red+Green+Blue) = 180+145+30=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4911E is #4B6EE1. Grayscale: #8E8E8E. Windows color (decimal): -4943586 or 2003380. OLE color: 2003380.

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

Color convert

RGB 180 145 30 -
CMYK 0 0.19 0.83 0.29
HSL 46º 0.71% 0.41% -
HSV(B) 46º 0.83% 0.71% -
XYZ 29.18 30.05 5.49 -
YUV 142.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 180 145 30 0 0.19 0.83 0.29 46 0.71 0.41
Hex B4 91 1E 0 13 53 1D 2E 47 29
Octal 264 221 36 0 23 123 35 56 107 51
Binary 10110100 10010001 11110 0 10011 1010011 11101 101110 1000111 101001

Color Harmonies of #B4911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4911E

Black with #B4911E

Text Example


Text Example

White with #B4911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4911E; }

 p { color: rgb(180,145,30); }

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

background-color css

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

 a { background-color: rgb(180,145,30); }

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

border-color css

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

 span { border-color: rgb(180,145,30); }

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