Html Css Color HEX #BE822A Geebung

📋 copy color: '#BE822A'

red 190 ◦ green 130 ◦ blue 42

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

Shades of Geebung #BE822A

Tints of Geebung #BE822A

RGB

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

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

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

R = 52.49%
G = 35.91%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE822A (or 0xBE822A) is known color: Geebung. HEX triplet: BE, 82 and 2A. RGB value is (190,130,42). Sum of RGB (Red+Green+Blue) = 190+130+42=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE822A is #417DD5. Grayscale: #8A8A8A. Windows color (decimal): -4292054 or 2785982. OLE color: 2785982.

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

Color convert

RGB 190 130 42 -
CMYK 0 0.32 0.78 0.25
HSL 35.68º 0.64% 0.45% -
HSV(B) 35.68º 0.78% 0.75% -
XYZ 29.64 27.08 5.86 -
YUV 137.91 73.88 165.16 -
System Red Green Blue C M Y K H S L
Decimal 190 130 42 0 0.32 0.78 0.25 35.68 0.64 0.45
Hex BE 82 2A 0 20 4E 19 24 40 2D
Octal 276 202 52 0 40 116 31 44 100 55
Binary 10111110 10000010 101010 0 100000 1001110 11001 100100 1000000 101101

Color Harmonies of #BE822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE822A

Black with #BE822A

Text Example


Text Example

White with #BE822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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