Html Css Color HEX #BE802B Geebung

📋 copy color: '#BE802B'

red 190 ◦ green 128 ◦ blue 43

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

Shades of Geebung #BE802B

Tints of Geebung #BE802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

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

R = 52.63%
G = 35.46%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE802B (or 0xBE802B) is known color: Geebung. HEX triplet: BE, 80 and 2B. RGB value is (190,128,43). Sum of RGB (Red+Green+Blue) = 190+128+43=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE802B is #417FD4. Grayscale: #898989. Windows color (decimal): -4292565 or 2851006. OLE color: 2851006.

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

Color convert

RGB 190 128 43 -
CMYK 0 0.33 0.77 0.25
HSL 34.69º 0.63% 0.46% -
HSV(B) 34.69º 0.77% 0.75% -
XYZ 29.39 26.56 5.86 -
YUV 136.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 190 128 43 0 0.33 0.77 0.25 34.69 0.63 0.46
Hex BE 80 2B 0 21 4D 19 23 3F 2E
Octal 276 200 53 0 41 115 31 43 77 56
Binary 10111110 10000000 101011 0 100001 1001101 11001 100011 111111 101110

Color Harmonies of #BE802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE802B

Black with #BE802B

Text Example


Text Example

White with #BE802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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