Html Css Color HEX #BE9F32 Sahara

📋 copy color: '#BE9F32'

red 190 ◦ green 159 ◦ blue 50

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

Shades of Sahara #BE9F32

Tints of Sahara #BE9F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 47.62%
G = 39.85%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE9F32 (or 0xBE9F32) is known color: Sahara. HEX triplet: BE, 9F and 32. RGB value is (190,159,50). Sum of RGB (Red+Green+Blue) = 190+159+50=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F32 is #4160CD. Grayscale: #9C9C9C. Windows color (decimal): -4284622 or 3317694. OLE color: 3317694.

HSL color Cylindrical-coordinate representation of color #BE9F32: hue angle of 46.71º 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 #BE9F32 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 50 -
CMYK 0 0.16 0.74 0.25
HSL 46.71º 0.58% 0.47% -
HSV(B) 46.71º 0.74% 0.75% -
XYZ 34.21 35.97 8.16 -
YUV 155.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 190 159 50 0 0.16 0.74 0.25 46.71 0.58 0.47
Hex BE 9F 32 0 10 4A 19 2F 3A 2F
Octal 276 237 62 0 20 112 31 57 72 57
Binary 10111110 10011111 110010 0 10000 1001010 11001 101111 111010 101111

Color Harmonies of #BE9F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F32

Black with #BE9F32

Text Example


Text Example

White with #BE9F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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