Html Css Color HEX #BE882B Geebung

📋 copy color: '#BE882B'

red 190 ◦ green 136 ◦ blue 43

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

Shades of Geebung #BE882B

Tints of Geebung #BE882B

RGB

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

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

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

R = 51.49%
G = 36.86%
B = 11.65%

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

#BE882B (or 0xBE882B) is known color: Geebung. HEX triplet: BE, 88 and 2B. RGB value is (190,136,43). Sum of RGB (Red+Green+Blue) = 190+136+43=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE882B is #4177D4. Grayscale: #8D8D8D. Windows color (decimal): -4290517 or 2853054. OLE color: 2853054.

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

Color convert

RGB 190 136 43 -
CMYK 0 0.28 0.77 0.25
HSL 37.96º 0.63% 0.46% -
HSV(B) 37.96º 0.77% 0.75% -
XYZ 30.48 28.73 6.22 -
YUV 141.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 190 136 43 0 0.28 0.77 0.25 37.96 0.63 0.46
Hex BE 88 2B 0 1C 4D 19 26 3F 2E
Octal 276 210 53 0 34 115 31 46 77 56
Binary 10111110 10001000 101011 0 11100 1001101 11001 100110 111111 101110

Color Harmonies of #BE882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE882B

Black with #BE882B

Text Example


Text Example

White with #BE882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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