Html Css Color HEX #BE8238 Geebung

📋 copy color: '#BE8238'

red 190 ◦ green 130 ◦ blue 56

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

Shades of Geebung #BE8238

Tints of Geebung #BE8238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 50.53%
G = 34.57%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE8238 (or 0xBE8238) is known color: Geebung. HEX triplet: BE, 82 and 38. RGB value is (190,130,56). Sum of RGB (Red+Green+Blue) = 190+130+56=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8238 is #417DC7. Grayscale: #8B8B8B. Windows color (decimal): -4292040 or 3703486. OLE color: 3703486.

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

Color convert

RGB 190 130 56 -
CMYK 0 0.32 0.71 0.25
HSL 33.13º 0.54% 0.48% -
HSV(B) 33.13º 0.71% 0.75% -
XYZ 29.93 27.2 7.41 -
YUV 139.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 190 130 56 0 0.32 0.71 0.25 33.13 0.54 0.48
Hex BE 82 38 0 20 47 19 21 36 30
Octal 276 202 70 0 40 107 31 41 66 60
Binary 10111110 10000010 111000 0 100000 1000111 11001 100001 110110 110000

Color Harmonies of #BE8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8238

Black with #BE8238

Text Example


Text Example

White with #BE8238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8238; }

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

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

background-color css

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

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

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

border-color css

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

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

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