Html Css Color HEX #BE8132 Geebung

📋 copy color: '#BE8132'

red 190 ◦ green 129 ◦ blue 50

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

Shades of Geebung #BE8132

Tints of Geebung #BE8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 51.49%
G = 34.96%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE8132 (or 0xBE8132) is known color: Geebung. HEX triplet: BE, 81 and 32. RGB value is (190,129,50). Sum of RGB (Red+Green+Blue) = 190+129+50=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8132 is #417ECD. Grayscale: #8A8A8A. Windows color (decimal): -4292302 or 3310014. OLE color: 3310014.

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

Color convert

RGB 190 129 50 -
CMYK 0 0.32 0.74 0.25
HSL 33.86º 0.58% 0.47% -
HSV(B) 33.86º 0.74% 0.75% -
XYZ 29.66 26.88 6.64 -
YUV 138.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 190 129 50 0 0.32 0.74 0.25 33.86 0.58 0.47
Hex BE 81 32 0 20 4A 19 22 3A 2F
Octal 276 201 62 0 40 112 31 42 72 57
Binary 10111110 10000001 110010 0 100000 1001010 11001 100010 111010 101111

Color Harmonies of #BE8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8132

Black with #BE8132

Text Example


Text Example

White with #BE8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8132; }

 p { color: rgb(190,129,50); }

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

background-color css

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

 a { background-color: rgb(190,129,50); }

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

border-color css

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

 span { border-color: rgb(190,129,50); }

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