Html Css Color HEX #B8951F Sahara

📋 copy color: '#B8951F'

red 184 ◦ green 149 ◦ blue 31

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

Shades of Sahara #B8951F

Tints of Sahara #B8951F

RGB

 RED value IS 184 (72.27% from 255) = 50.55%

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 50.55%
G = 40.93%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8951F (or 0xB8951F) is known color: Sahara. HEX triplet: B8, 95 and 1F. RGB value is (184,149,31). Sum of RGB (Red+Green+Blue) = 184+149+31=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8951F is #476AE0. Grayscale: #929292. Windows color (decimal): -4680417 or 2069944. OLE color: 2069944.

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

Color convert

RGB 184 149 31 -
CMYK 0 0.19 0.83 0.28
HSL 46.27º 0.71% 0.42% -
HSV(B) 46.27º 0.83% 0.72% -
XYZ 30.76 31.78 5.81 -
YUV 146.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 184 149 31 0 0.19 0.83 0.28 46.27 0.71 0.42
Hex B8 95 1F 0 13 53 1C 2E 47 2A
Octal 270 225 37 0 23 123 34 56 107 52
Binary 10111000 10010101 11111 0 10011 1010011 11100 101110 1000111 101010

Color Harmonies of #B8951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8951F

Black with #B8951F

Text Example


Text Example

White with #B8951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8951F; }

 p { color: rgb(184,149,31); }

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

background-color css

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

 a { background-color: rgb(184,149,31); }

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

border-color css

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

 span { border-color: rgb(184,149,31); }

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