Html Css Color HEX #BE8320 Geebung

📋 copy color: '#BE8320'

red 190 ◦ green 131 ◦ blue 32

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

Shades of Geebung #BE8320

Tints of Geebung #BE8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 53.82%
G = 37.11%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE8320 (or 0xBE8320) is known color: Geebung. HEX triplet: BE, 83 and 20. RGB value is (190,131,32). Sum of RGB (Red+Green+Blue) = 190+131+32=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8320 is #417CDF. Grayscale: #898989. Windows color (decimal): -4291808 or 2130878. OLE color: 2130878.

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

Color convert

RGB 190 131 32 -
CMYK 0 0.31 0.83 0.25
HSL 37.59º 0.71% 0.44% -
HSV(B) 37.59º 0.83% 0.75% -
XYZ 29.61 27.28 5.07 -
YUV 137.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 190 131 32 0 0.31 0.83 0.25 37.59 0.71 0.44
Hex BE 83 20 0 1F 53 19 26 47 2C
Octal 276 203 40 0 37 123 31 46 107 54
Binary 10111110 10000011 100000 0 11111 1010011 11001 100110 1000111 101100

Color Harmonies of #BE8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8320

Black with #BE8320

Text Example


Text Example

White with #BE8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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