Html Css Color HEX #BE8520 Geebung

📋 copy color: '#BE8520'

red 190 ◦ green 133 ◦ blue 32

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

Shades of Geebung #BE8520

Tints of Geebung #BE8520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 53.52%
G = 37.46%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE8520 (or 0xBE8520) is known color: Geebung. HEX triplet: BE, 85 and 20. RGB value is (190,133,32). Sum of RGB (Red+Green+Blue) = 190+133+32=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8520 is #417ADF. Grayscale: #8A8A8A. Windows color (decimal): -4291296 or 2131390. OLE color: 2131390.

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

Color convert

RGB 190 133 32 -
CMYK 0 0.3 0.83 0.25
HSL 38.35º 0.71% 0.44% -
HSV(B) 38.35º 0.83% 0.75% -
XYZ 29.88 27.83 5.16 -
YUV 138.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 190 133 32 0 0.3 0.83 0.25 38.35 0.71 0.44
Hex BE 85 20 0 1E 53 19 26 47 2C
Octal 276 205 40 0 36 123 31 46 107 54
Binary 10111110 10000101 100000 0 11110 1010011 11001 100110 1000111 101100

Color Harmonies of #BE8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8520

Black with #BE8520

Text Example


Text Example

White with #BE8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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