Html Css Color HEX #BE8528 Geebung

📋 copy color: '#BE8528'

red 190 ◦ green 133 ◦ blue 40

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

Shades of Geebung #BE8528

Tints of Geebung #BE8528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 52.34%
G = 36.64%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE8528 (or 0xBE8528) is known color: Geebung. HEX triplet: BE, 85 and 28. RGB value is (190,133,40). Sum of RGB (Red+Green+Blue) = 190+133+40=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8528 is #417AD7. Grayscale: #8B8B8B. Windows color (decimal): -4291288 or 2655678. OLE color: 2655678.

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

Color convert

RGB 190 133 40 -
CMYK 0 0.3 0.79 0.25
HSL 37.2º 0.65% 0.45% -
HSV(B) 37.2º 0.79% 0.75% -
XYZ 30.01 27.88 5.81 -
YUV 139.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 190 133 40 0 0.3 0.79 0.25 37.2 0.65 0.45
Hex BE 85 28 0 1E 4F 19 25 41 2D
Octal 276 205 50 0 36 117 31 45 101 55
Binary 10111110 10000101 101000 0 11110 1001111 11001 100101 1000001 101101

Color Harmonies of #BE8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8528

Black with #BE8528

Text Example


Text Example

White with #BE8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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