Html Css Color HEX #BE8524 Geebung

📋 copy color: '#BE8524'

red 190 ◦ green 133 ◦ blue 36

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

Shades of Geebung #BE8524

Tints of Geebung #BE8524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 52.92%
G = 37.05%
B = 10.03%

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

#BE8524 (or 0xBE8524) is known color: Geebung. HEX triplet: BE, 85 and 24. RGB value is (190,133,36). Sum of RGB (Red+Green+Blue) = 190+133+36=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8524 is #417ADB. Grayscale: #8B8B8B. Windows color (decimal): -4291292 or 2393534. OLE color: 2393534.

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

Color convert

RGB 190 133 36 -
CMYK 0 0.3 0.81 0.25
HSL 37.79º 0.68% 0.44% -
HSV(B) 37.79º 0.81% 0.75% -
XYZ 29.94 27.85 5.47 -
YUV 138.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 190 133 36 0 0.3 0.81 0.25 37.79 0.68 0.44
Hex BE 85 24 0 1E 51 19 26 44 2C
Octal 276 205 44 0 36 121 31 46 104 54
Binary 10111110 10000101 100100 0 11110 1010001 11001 100110 1000100 101100

Color Harmonies of #BE8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8524

Black with #BE8524

Text Example


Text Example

White with #BE8524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8524; }

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

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

background-color css

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

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

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

border-color css

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

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

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