Html Css Color HEX #BE8531 Geebung

📋 copy color: '#BE8531'

red 190 ◦ green 133 ◦ blue 49

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

Shades of Geebung #BE8531

Tints of Geebung #BE8531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 51.08%
G = 35.75%
B = 13.17%

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

#BE8531 (or 0xBE8531) is known color: Geebung. HEX triplet: BE, 85 and 31. RGB value is (190,133,49). Sum of RGB (Red+Green+Blue) = 190+133+49=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8531 is #417ACE. Grayscale: #8C8C8C. Windows color (decimal): -4291279 or 3245502. OLE color: 3245502.

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

Color convert

RGB 190 133 49 -
CMYK 0 0.3 0.74 0.25
HSL 35.74º 0.59% 0.47% -
HSV(B) 35.74º 0.74% 0.75% -
XYZ 30.18 27.94 6.71 -
YUV 140.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 190 133 49 0 0.3 0.74 0.25 35.74 0.59 0.47
Hex BE 85 31 0 1E 4A 19 24 3B 2F
Octal 276 205 61 0 36 112 31 44 73 57
Binary 10111110 10000101 110001 0 11110 1001010 11001 100100 111011 101111

Color Harmonies of #BE8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8531

Black with #BE8531

Text Example


Text Example

White with #BE8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8531; }

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

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

background-color css

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

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

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

border-color css

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

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

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