Html Css Color HEX #BE9C26 Sahara

📋 copy color: '#BE9C26'

red 190 ◦ green 156 ◦ blue 38

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

Shades of Sahara #BE9C26

Tints of Sahara #BE9C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 49.48%
G = 40.63%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE9C26 (or 0xBE9C26) is known color: Sahara. HEX triplet: BE, 9C and 26. RGB value is (190,156,38). Sum of RGB (Red+Green+Blue) = 190+156+38=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C26 is #4163D9. Grayscale: #999999. Windows color (decimal): -4285402 or 2530494. OLE color: 2530494.

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

Color convert

RGB 190 156 38 -
CMYK 0 0.18 0.8 0.25
HSL 46.58º 0.67% 0.45% -
HSV(B) 46.58º 0.8% 0.75% -
XYZ 33.47 34.86 6.8 -
YUV 152.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 190 156 38 0 0.18 0.8 0.25 46.58 0.67 0.45
Hex BE 9C 26 0 12 50 19 2F 43 2D
Octal 276 234 46 0 22 120 31 57 103 55
Binary 10111110 10011100 100110 0 10010 1010000 11001 101111 1000011 101101

Color Harmonies of #BE9C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C26

Black with #BE9C26

Text Example


Text Example

White with #BE9C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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