Html Css Color HEX #BE8227 Geebung

📋 copy color: '#BE8227'

red 190 ◦ green 130 ◦ blue 39

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

Shades of Geebung #BE8227

Tints of Geebung #BE8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 52.92%
G = 36.21%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE8227 (or 0xBE8227) is known color: Geebung. HEX triplet: BE, 82 and 27. RGB value is (190,130,39). Sum of RGB (Red+Green+Blue) = 190+130+39=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8227 is #417DD8. Grayscale: #898989. Windows color (decimal): -4292057 or 2589374. OLE color: 2589374.

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

Color convert

RGB 190 130 39 -
CMYK 0 0.32 0.79 0.25
HSL 36.16º 0.66% 0.45% -
HSV(B) 36.16º 0.79% 0.75% -
XYZ 29.58 27.06 5.58 -
YUV 137.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 190 130 39 0 0.32 0.79 0.25 36.16 0.66 0.45
Hex BE 82 27 0 20 4F 19 24 42 2D
Octal 276 202 47 0 40 117 31 44 102 55
Binary 10111110 10000010 100111 0 100000 1001111 11001 100100 1000010 101101

Color Harmonies of #BE8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8227

Black with #BE8227

Text Example


Text Example

White with #BE8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8227; }

 p { color: rgb(190,130,39); }

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

background-color css

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

 a { background-color: rgb(190,130,39); }

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

border-color css

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

 span { border-color: rgb(190,130,39); }

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