Html Css Color HEX #BE812E Geebung

📋 copy color: '#BE812E'

red 190 ◦ green 129 ◦ blue 46

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

Shades of Geebung #BE812E

Tints of Geebung #BE812E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 52.05%
G = 35.34%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE812E (or 0xBE812E) is known color: Geebung. HEX triplet: BE, 81 and 2E. RGB value is (190,129,46). Sum of RGB (Red+Green+Blue) = 190+129+46=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE812E is #417ED1. Grayscale: #8A8A8A. Windows color (decimal): -4292306 or 3047870. OLE color: 3047870.

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

Color convert

RGB 190 129 46 -
CMYK 0 0.32 0.76 0.25
HSL 34.58º 0.61% 0.46% -
HSV(B) 34.58º 0.76% 0.75% -
XYZ 29.58 26.84 6.21 -
YUV 137.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 190 129 46 0 0.32 0.76 0.25 34.58 0.61 0.46
Hex BE 81 2E 0 20 4C 19 23 3D 2E
Octal 276 201 56 0 40 114 31 43 75 56
Binary 10111110 10000001 101110 0 100000 1001100 11001 100011 111101 101110

Color Harmonies of #BE812E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE812E

Black with #BE812E

Text Example


Text Example

White with #BE812E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE812E; }

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

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

background-color css

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

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

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

border-color css

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

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

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