Html Css Color HEX #BE8535 Geebung

📋 copy color: '#BE8535'

red 190 ◦ green 133 ◦ blue 53

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

Shades of Geebung #BE8535

Tints of Geebung #BE8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 50.53%
G = 35.37%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE8535 (or 0xBE8535) is known color: Geebung. HEX triplet: BE, 85 and 35. RGB value is (190,133,53). Sum of RGB (Red+Green+Blue) = 190+133+53=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8535 is #417ACA. Grayscale: #8D8D8D. Windows color (decimal): -4291275 or 3507646. OLE color: 3507646.

HSL color Cylindrical-coordinate representation of color #BE8535: hue angle of 35.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE8535 is Cyan = 0, Magento = 0.3, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 53 -
CMYK 0 0.3 0.72 0.25
HSL 35.04º 0.56% 0.48% -
HSV(B) 35.04º 0.72% 0.75% -
XYZ 30.27 27.98 7.17 -
YUV 140.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 190 133 53 0 0.3 0.72 0.25 35.04 0.56 0.48
Hex BE 85 35 0 1E 48 19 23 38 30
Octal 276 205 65 0 36 110 31 43 70 60
Binary 10111110 10000101 110101 0 11110 1001000 11001 100011 111000 110000

Color Harmonies of #BE8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8535

Black with #BE8535

Text Example


Text Example

White with #BE8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8535; }

 p { color: rgb(190,133,53); }

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

background-color css

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

 a { background-color: rgb(190,133,53); }

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

border-color css

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

 span { border-color: rgb(190,133,53); }

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