Html Css Color HEX #BE842B Geebung

📋 copy color: '#BE842B'

red 190 ◦ green 132 ◦ blue 43

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

Shades of Geebung #BE842B

Tints of Geebung #BE842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 52.05%
G = 36.16%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE842B (or 0xBE842B) is known color: Geebung. HEX triplet: BE, 84 and 2B. RGB value is (190,132,43). Sum of RGB (Red+Green+Blue) = 190+132+43=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE842B is #417BD4. Grayscale: #8B8B8B. Windows color (decimal): -4291541 or 2852030. OLE color: 2852030.

HSL color Cylindrical-coordinate representation of color #BE842B: hue angle of 36.33º 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 #BE842B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 132 43 -
CMYK 0 0.31 0.77 0.25
HSL 36.33º 0.63% 0.46% -
HSV(B) 36.33º 0.77% 0.75% -
XYZ 29.92 27.62 6.04 -
YUV 139.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 190 132 43 0 0.31 0.77 0.25 36.33 0.63 0.46
Hex BE 84 2B 0 1F 4D 19 24 3F 2E
Octal 276 204 53 0 37 115 31 44 77 56
Binary 10111110 10000100 101011 0 11111 1001101 11001 100100 111111 101110

Color Harmonies of #BE842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE842B

Black with #BE842B

Text Example


Text Example

White with #BE842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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