Html Css Color HEX #B4901E Sahara

📋 copy color: '#B4901E'

red 180 ◦ green 144 ◦ blue 30

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

Shades of Sahara #B4901E

Tints of Sahara #B4901E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 50.85%
G = 40.68%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4901E (or 0xB4901E) is known color: Sahara. HEX triplet: B4, 90 and 1E. RGB value is (180,144,30). Sum of RGB (Red+Green+Blue) = 180+144+30=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901E is #4B6FE1. Grayscale: #8E8E8E. Windows color (decimal): -4943842 or 2003124. OLE color: 2003124.

HSL color Cylindrical-coordinate representation of color #B4901E: hue angle of 45.6º 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 #B4901E is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 30 -
CMYK 0 0.2 0.83 0.29
HSL 45.6º 0.71% 0.41% -
HSV(B) 45.6º 0.83% 0.71% -
XYZ 29.03 29.74 5.44 -
YUV 141.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 180 144 30 0 0.2 0.83 0.29 45.6 0.71 0.41
Hex B4 90 1E 0 14 53 1D 2E 47 29
Octal 264 220 36 0 24 123 35 56 107 51
Binary 10110100 10010000 11110 0 10100 1010011 11101 101110 1000111 101001

Color Harmonies of #B4901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4901E

Black with #B4901E

Text Example


Text Example

White with #B4901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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