Html Css Color HEX #B4901D Sahara

📋 copy color: '#B4901D'

red 180 ◦ green 144 ◦ blue 29

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

Shades of Sahara #B4901D

Tints of Sahara #B4901D

RGB

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

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

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

R = 50.99%
G = 40.79%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4901D (or 0xB4901D) is known color: Sahara. HEX triplet: B4, 90 and 1D. RGB value is (180,144,29). Sum of RGB (Red+Green+Blue) = 180+144+29=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4901D is #4B6FE2. Grayscale: #8E8E8E. Windows color (decimal): -4943843 or 1937588. OLE color: 1937588.

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

Color convert

RGB 180 144 29 -
CMYK 0 0.2 0.84 0.29
HSL 45.7º 0.72% 0.41% -
HSV(B) 45.7º 0.84% 0.71% -
XYZ 29.02 29.74 5.37 -
YUV 141.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 180 144 29 0 0.2 0.84 0.29 45.7 0.72 0.41
Hex B4 90 1D 0 14 54 1D 2E 48 29
Octal 264 220 35 0 24 124 35 56 110 51
Binary 10110100 10010000 11101 0 10100 1010100 11101 101110 1001000 101001

Color Harmonies of #B4901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4901D

Black with #B4901D

Text Example


Text Example

White with #B4901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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