Html Css Color HEX #B2941F Sahara

📋 copy color: '#B2941F'

red 178 ◦ green 148 ◦ blue 31

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

Shades of Sahara #B2941F

Tints of Sahara #B2941F

RGB

 RED value IS 178 (69.92% from 255) = 49.86%

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 49.86%
G = 41.46%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2941F (or 0xB2941F) is known color: Sahara. HEX triplet: B2, 94 and 1F. RGB value is (178,148,31). Sum of RGB (Red+Green+Blue) = 178+148+31=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2941F is #4D6BE0. Grayscale: #909090. Windows color (decimal): -5073889 or 2069682. OLE color: 2069682.

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

Color convert

RGB 178 148 31 -
CMYK 0 0.17 0.83 0.30
HSL 47.76º 0.7% 0.41% -
HSV(B) 47.76º 0.83% 0.7% -
XYZ 29.2 30.74 5.69 -
YUV 143.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 178 148 31 0 0.17 0.83 0.30 47.76 0.7 0.41
Hex B2 94 1F 0 11 53 1E 30 46 29
Octal 262 224 37 0 21 123 36 60 106 51
Binary 10110010 10010100 11111 0 10001 1010011 11110 110000 1000110 101001

Color Harmonies of #B2941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2941F

Black with #B2941F

Text Example


Text Example

White with #B2941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2941F; }

 p { color: rgb(178,148,31); }

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

background-color css

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

 a { background-color: rgb(178,148,31); }

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

border-color css

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

 span { border-color: rgb(178,148,31); }

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