Html Css Color HEX #BE862A Geebung

📋 copy color: '#BE862A'

red 190 ◦ green 134 ◦ blue 42

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

Shades of Geebung #BE862A

Tints of Geebung #BE862A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 51.91%
G = 36.61%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE862A (or 0xBE862A) is known color: Geebung. HEX triplet: BE, 86 and 2A. RGB value is (190,134,42). Sum of RGB (Red+Green+Blue) = 190+134+42=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE862A is #4179D5. Grayscale: #8C8C8C. Windows color (decimal): -4291030 or 2787006. OLE color: 2787006.

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

Color convert

RGB 190 134 42 -
CMYK 0 0.29 0.78 0.25
HSL 37.3º 0.64% 0.45% -
HSV(B) 37.3º 0.78% 0.75% -
XYZ 30.18 28.16 6.04 -
YUV 140.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 190 134 42 0 0.29 0.78 0.25 37.3 0.64 0.45
Hex BE 86 2A 0 1D 4E 19 25 40 2D
Octal 276 206 52 0 35 116 31 45 100 55
Binary 10111110 10000110 101010 0 11101 1001110 11001 100101 1000000 101101

Color Harmonies of #BE862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE862A

Black with #BE862A

Text Example


Text Example

White with #BE862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE862A; }

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

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

background-color css

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

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

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

border-color css

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

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

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