Html Css Color HEX #BE8630 Geebung

📋 copy color: '#BE8630'

red 190 ◦ green 134 ◦ blue 48

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

Shades of Geebung #BE8630

Tints of Geebung #BE8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 51.08%
G = 36.02%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE8630 (or 0xBE8630) is known color: Geebung. HEX triplet: BE, 86 and 30. RGB value is (190,134,48). Sum of RGB (Red+Green+Blue) = 190+134+48=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8630 is #4179CF. Grayscale: #8D8D8D. Windows color (decimal): -4291024 or 3180222. OLE color: 3180222.

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

Color convert

RGB 190 134 48 -
CMYK 0 0.29 0.75 0.25
HSL 36.34º 0.6% 0.47% -
HSV(B) 36.34º 0.75% 0.75% -
XYZ 30.29 28.21 6.64 -
YUV 140.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 190 134 48 0 0.29 0.75 0.25 36.34 0.6 0.47
Hex BE 86 30 0 1D 4B 19 24 3C 2F
Octal 276 206 60 0 35 113 31 44 74 57
Binary 10111110 10000110 110000 0 11101 1001011 11001 100100 111100 101111

Color Harmonies of #BE8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8630

Black with #BE8630

Text Example


Text Example

White with #BE8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8630; }

 p { color: rgb(190,134,48); }

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

background-color css

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

 a { background-color: rgb(190,134,48); }

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

border-color css

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

 span { border-color: rgb(190,134,48); }

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