Html Css Color HEX #BE862F Geebung

📋 copy color: '#BE862F'

red 190 ◦ green 134 ◦ blue 47

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

Shades of Geebung #BE862F

Tints of Geebung #BE862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 51.21%
G = 36.12%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE862F (or 0xBE862F) is known color: Geebung. HEX triplet: BE, 86 and 2F. RGB value is (190,134,47). Sum of RGB (Red+Green+Blue) = 190+134+47=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE862F is #4179D0. Grayscale: #8D8D8D. Windows color (decimal): -4291025 or 3114686. OLE color: 3114686.

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

Color convert

RGB 190 134 47 -
CMYK 0 0.29 0.75 0.25
HSL 36.5º 0.6% 0.46% -
HSV(B) 36.5º 0.75% 0.75% -
XYZ 30.27 28.2 6.54 -
YUV 140.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 190 134 47 0 0.29 0.75 0.25 36.5 0.6 0.46
Hex BE 86 2F 0 1D 4B 19 25 3C 2E
Octal 276 206 57 0 35 113 31 45 74 56
Binary 10111110 10000110 101111 0 11101 1001011 11001 100101 111100 101110

Color Harmonies of #BE862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE862F

Black with #BE862F

Text Example


Text Example

White with #BE862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE862F; }

 p { color: rgb(190,134,47); }

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

background-color css

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

 a { background-color: rgb(190,134,47); }

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

border-color css

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

 span { border-color: rgb(190,134,47); }

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