Html Css Color HEX #B8992E Sahara

📋 copy color: '#B8992E'

red 184 ◦ green 153 ◦ blue 46

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

Shades of Sahara #B8992E

Tints of Sahara #B8992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 48.04%
G = 39.95%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8992E (or 0xB8992E) is known color: Sahara. HEX triplet: B8, 99 and 2E. RGB value is (184,153,46). Sum of RGB (Red+Green+Blue) = 184+153+46=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B8992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8992E is #4766D1. Grayscale: #969696. Windows color (decimal): -4679378 or 3054008. OLE color: 3054008.

HSL color Cylindrical-coordinate representation of color #B8992E: hue angle of 46.52º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8992E is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 46 -
CMYK 0 0.17 0.75 0.28
HSL 46.52º 0.6% 0.45% -
HSV(B) 46.52º 0.75% 0.72% -
XYZ 31.65 33.17 7.32 -
YUV 150.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 184 153 46 0 0.17 0.75 0.28 46.52 0.6 0.45
Hex B8 99 2E 0 11 4B 1C 2F 3C 2D
Octal 270 231 56 0 21 113 34 57 74 55
Binary 10111000 10011001 101110 0 10001 1001011 11100 101111 111100 101101

Color Harmonies of #B8992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8992E

Black with #B8992E

Text Example


Text Example

White with #B8992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8992E; }

 p { color: rgb(184,153,46); }

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

background-color css

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

 a { background-color: rgb(184,153,46); }

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

border-color css

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

 span { border-color: rgb(184,153,46); }

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