Html Css Color HEX #BE8532 Geebung

📋 copy color: '#BE8532'

red 190 ◦ green 133 ◦ blue 50

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

Shades of Geebung #BE8532

Tints of Geebung #BE8532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 50.94%
G = 35.66%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE8532 (or 0xBE8532) is known color: Geebung. HEX triplet: BE, 85 and 32. RGB value is (190,133,50). Sum of RGB (Red+Green+Blue) = 190+133+50=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8532 is #417ACD. Grayscale: #8C8C8C. Windows color (decimal): -4291278 or 3311038. OLE color: 3311038.

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

Color convert

RGB 190 133 50 -
CMYK 0 0.3 0.74 0.25
HSL 35.57º 0.58% 0.47% -
HSV(B) 35.57º 0.74% 0.75% -
XYZ 30.2 27.95 6.82 -
YUV 140.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 190 133 50 0 0.3 0.74 0.25 35.57 0.58 0.47
Hex BE 85 32 0 1E 4A 19 24 3A 2F
Octal 276 205 62 0 36 112 31 44 72 57
Binary 10111110 10000101 110010 0 11110 1001010 11001 100100 111010 101111

Color Harmonies of #BE8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8532

Black with #BE8532

Text Example


Text Example

White with #BE8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8532; }

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

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

background-color css

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

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

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

border-color css

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

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

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