Html Css Color HEX #BE8131 Geebung

📋 copy color: '#BE8131'

red 190 ◦ green 129 ◦ blue 49

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

Shades of Geebung #BE8131

Tints of Geebung #BE8131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.32%

R = 51.63%
G = 35.05%
B = 13.32%

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

#BE8131 (or 0xBE8131) is known color: Geebung. HEX triplet: BE, 81 and 31. RGB value is (190,129,49). Sum of RGB (Red+Green+Blue) = 190+129+49=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8131 is #417ECE. Grayscale: #8A8A8A. Windows color (decimal): -4292303 or 3244478. OLE color: 3244478.

HSL color Cylindrical-coordinate representation of color #BE8131: hue angle of 34.04º degrees, saturation: 0.59, 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 #BE8131 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 49 -
CMYK 0 0.32 0.74 0.25
HSL 34.04º 0.59% 0.47% -
HSV(B) 34.04º 0.74% 0.75% -
XYZ 29.64 26.87 6.53 -
YUV 138.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 190 129 49 0 0.32 0.74 0.25 34.04 0.59 0.47
Hex BE 81 31 0 20 4A 19 22 3B 2F
Octal 276 201 61 0 40 112 31 42 73 57
Binary 10111110 10000001 110001 0 100000 1001010 11001 100010 111011 101111

Color Harmonies of #BE8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8131

Black with #BE8131

Text Example


Text Example

White with #BE8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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