Html Css Color HEX #BE852A Geebung

📋 copy color: '#BE852A'

red 190 ◦ green 133 ◦ blue 42

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

Shades of Geebung #BE852A

Tints of Geebung #BE852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 52.05%
G = 36.44%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE852A (or 0xBE852A) is known color: Geebung. HEX triplet: BE, 85 and 2A. RGB value is (190,133,42). Sum of RGB (Red+Green+Blue) = 190+133+42=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE852A is #417AD5. Grayscale: #8C8C8C. Windows color (decimal): -4291286 or 2786750. OLE color: 2786750.

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

Color convert

RGB 190 133 42 -
CMYK 0 0.3 0.78 0.25
HSL 36.89º 0.64% 0.45% -
HSV(B) 36.89º 0.78% 0.75% -
XYZ 30.04 27.89 5.99 -
YUV 139.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 190 133 42 0 0.3 0.78 0.25 36.89 0.64 0.45
Hex BE 85 2A 0 1E 4E 19 25 40 2D
Octal 276 205 52 0 36 116 31 45 100 55
Binary 10111110 10000101 101010 0 11110 1001110 11001 100101 1000000 101101

Color Harmonies of #BE852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE852A

Black with #BE852A

Text Example


Text Example

White with #BE852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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