Html Css Color HEX #BE822B Geebung

📋 copy color: '#BE822B'

red 190 ◦ green 130 ◦ blue 43

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

Shades of Geebung #BE822B

Tints of Geebung #BE822B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

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

R = 52.34%
G = 35.81%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE822B (or 0xBE822B) is known color: Geebung. HEX triplet: BE, 82 and 2B. RGB value is (190,130,43). Sum of RGB (Red+Green+Blue) = 190+130+43=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE822B is #417DD4. Grayscale: #8A8A8A. Windows color (decimal): -4292053 or 2851518. OLE color: 2851518.

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

Color convert

RGB 190 130 43 -
CMYK 0 0.32 0.77 0.25
HSL 35.51º 0.63% 0.46% -
HSV(B) 35.51º 0.77% 0.75% -
XYZ 29.65 27.09 5.95 -
YUV 138.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 190 130 43 0 0.32 0.77 0.25 35.51 0.63 0.46
Hex BE 82 2B 0 20 4D 19 24 3F 2E
Octal 276 202 53 0 40 115 31 44 77 56
Binary 10111110 10000010 101011 0 100000 1001101 11001 100100 111111 101110

Color Harmonies of #BE822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE822B

Black with #BE822B

Text Example


Text Example

White with #BE822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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