Html Css Color HEX #BE862B Geebung

📋 copy color: '#BE862B'

red 190 ◦ green 134 ◦ blue 43

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

Shades of Geebung #BE862B

Tints of Geebung #BE862B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 51.77%
G = 36.51%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE862B (or 0xBE862B) is known color: Geebung. HEX triplet: BE, 86 and 2B. RGB value is (190,134,43). Sum of RGB (Red+Green+Blue) = 190+134+43=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE862B is #4179D4. Grayscale: #8C8C8C. Windows color (decimal): -4291029 or 2852542. OLE color: 2852542.

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

Color convert

RGB 190 134 43 -
CMYK 0 0.29 0.77 0.25
HSL 37.14º 0.63% 0.46% -
HSV(B) 37.14º 0.77% 0.75% -
XYZ 30.2 28.17 6.13 -
YUV 140.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 190 134 43 0 0.29 0.77 0.25 37.14 0.63 0.46
Hex BE 86 2B 0 1D 4D 19 25 3F 2E
Octal 276 206 53 0 35 115 31 45 77 56
Binary 10111110 10000110 101011 0 11101 1001101 11001 100101 111111 101110

Color Harmonies of #BE862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE862B

Black with #BE862B

Text Example


Text Example

White with #BE862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE862B; }

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

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

background-color css

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

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

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

border-color css

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

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

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