Html Css Color HEX #BE882C Geebung

📋 copy color: '#BE882C'

red 190 ◦ green 136 ◦ blue 44

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

Shades of Geebung #BE882C

Tints of Geebung #BE882C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 51.35%
G = 36.76%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE882C (or 0xBE882C) is known color: Geebung. HEX triplet: BE, 88 and 2C. RGB value is (190,136,44). Sum of RGB (Red+Green+Blue) = 190+136+44=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE882C is #4177D3. Grayscale: #8E8E8E. Windows color (decimal): -4290516 or 2918590. OLE color: 2918590.

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

Color convert

RGB 190 136 44 -
CMYK 0 0.28 0.77 0.25
HSL 37.81º 0.62% 0.46% -
HSV(B) 37.81º 0.77% 0.75% -
XYZ 30.49 28.74 6.32 -
YUV 141.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 190 136 44 0 0.28 0.77 0.25 37.81 0.62 0.46
Hex BE 88 2C 0 1C 4D 19 26 3E 2E
Octal 276 210 54 0 34 115 31 46 76 56
Binary 10111110 10001000 101100 0 11100 1001101 11001 100110 111110 101110

Color Harmonies of #BE882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE882C

Black with #BE882C

Text Example


Text Example

White with #BE882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE882C; }

 p { color: rgb(190,136,44); }

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

background-color css

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

 a { background-color: rgb(190,136,44); }

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

border-color css

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

 span { border-color: rgb(190,136,44); }

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