Html Css Color HEX #BE9E32 Sahara

📋 copy color: '#BE9E32'

red 190 ◦ green 158 ◦ blue 50

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

Shades of Sahara #BE9E32

Tints of Sahara #BE9E32

RGB

 RED value IS 190 (74.61% from 255) = 47.74%

 GREEN value IS 158 (62.11% from 255) = 39.7%

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 47.74%
G = 39.7%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE9E32 (or 0xBE9E32) is known color: Sahara. HEX triplet: BE, 9E and 32. RGB value is (190,158,50). Sum of RGB (Red+Green+Blue) = 190+158+50=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E32 is #4161CD. Grayscale: #9B9B9B. Windows color (decimal): -4284878 or 3317438. OLE color: 3317438.

HSL color Cylindrical-coordinate representation of color #BE9E32: hue angle of 46.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE9E32 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 50 -
CMYK 0 0.17 0.74 0.25
HSL 46.29º 0.58% 0.47% -
HSV(B) 46.29º 0.74% 0.75% -
XYZ 34.04 35.63 8.1 -
YUV 155.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 190 158 50 0 0.17 0.74 0.25 46.29 0.58 0.47
Hex BE 9E 32 0 11 4A 19 2E 3A 2F
Octal 276 236 62 0 21 112 31 56 72 57
Binary 10111110 10011110 110010 0 10001 1001010 11001 101110 111010 101111

Color Harmonies of #BE9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E32

Black with #BE9E32

Text Example


Text Example

White with #BE9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E32; }

 p { color: rgb(190,158,50); }

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

background-color css

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

 a { background-color: rgb(190,158,50); }

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

border-color css

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

 span { border-color: rgb(190,158,50); }

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