Html Css Color HEX #BE9C2A Sahara

📋 copy color: '#BE9C2A'

red 190 ◦ green 156 ◦ blue 42

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

Shades of Sahara #BE9C2A

Tints of Sahara #BE9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

 BLUE value IS 42 (16.8% from 255) = 10.82%

R = 48.97%
G = 40.21%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE9C2A (or 0xBE9C2A) is known color: Sahara. HEX triplet: BE, 9C and 2A. RGB value is (190,156,42). Sum of RGB (Red+Green+Blue) = 190+156+42=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C2A is #4163D5. Grayscale: #999999. Windows color (decimal): -4285398 or 2792638. OLE color: 2792638.

HSL color Cylindrical-coordinate representation of color #BE9C2A: hue angle of 46.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE9C2A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 42 -
CMYK 0 0.18 0.78 0.25
HSL 46.22º 0.64% 0.45% -
HSV(B) 46.22º 0.78% 0.75% -
XYZ 33.54 34.89 7.16 -
YUV 153.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 190 156 42 0 0.18 0.78 0.25 46.22 0.64 0.45
Hex BE 9C 2A 0 12 4E 19 2E 40 2D
Octal 276 234 52 0 22 116 31 56 100 55
Binary 10111110 10011100 101010 0 10010 1001110 11001 101110 1000000 101101

Color Harmonies of #BE9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C2A

Black with #BE9C2A

Text Example


Text Example

White with #BE9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C2A; }

 p { color: rgb(190,156,42); }

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

background-color css

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

 a { background-color: rgb(190,156,42); }

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

border-color css

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

 span { border-color: rgb(190,156,42); }

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