Html Css Color HEX #BE8525 Geebung

📋 copy color: '#BE8525'

red 190 ◦ green 133 ◦ blue 37

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

Shades of Geebung #BE8525

Tints of Geebung #BE8525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 52.78%
G = 36.94%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE8525 (or 0xBE8525) is known color: Geebung. HEX triplet: BE, 85 and 25. RGB value is (190,133,37). Sum of RGB (Red+Green+Blue) = 190+133+37=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8525 is #417ADA. Grayscale: #8B8B8B. Windows color (decimal): -4291291 or 2459070. OLE color: 2459070.

HSL color Cylindrical-coordinate representation of color #BE8525: hue angle of 37.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE8525 is Cyan = 0, Magento = 0.3, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 37 -
CMYK 0 0.3 0.81 0.25
HSL 37.65º 0.67% 0.45% -
HSV(B) 37.65º 0.81% 0.75% -
XYZ 29.96 27.86 5.55 -
YUV 139.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 190 133 37 0 0.3 0.81 0.25 37.65 0.67 0.45
Hex BE 85 25 0 1E 51 19 26 43 2D
Octal 276 205 45 0 36 121 31 46 103 55
Binary 10111110 10000101 100101 0 11110 1010001 11001 100110 1000011 101101

Color Harmonies of #BE8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8525

Black with #BE8525

Text Example


Text Example

White with #BE8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8525; }

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

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

background-color css

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

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

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

border-color css

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

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

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