Html Css Color HEX #BE8230 Geebung

📋 copy color: '#BE8230'

red 190 ◦ green 130 ◦ blue 48

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

Shades of Geebung #BE8230

Tints of Geebung #BE8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.33%

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

R = 51.63%
G = 35.33%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE8230 (or 0xBE8230) is known color: Geebung. HEX triplet: BE, 82 and 30. RGB value is (190,130,48). Sum of RGB (Red+Green+Blue) = 190+130+48=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8230 is #417DCF. Grayscale: #8A8A8A. Windows color (decimal): -4292048 or 3179198. OLE color: 3179198.

HSL color Cylindrical-coordinate representation of color #BE8230: hue angle of 34.65º 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 #BE8230 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 130 48 -
CMYK 0 0.32 0.75 0.25
HSL 34.65º 0.6% 0.47% -
HSV(B) 34.65º 0.75% 0.75% -
XYZ 29.75 27.13 6.46 -
YUV 138.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 190 130 48 0 0.32 0.75 0.25 34.65 0.6 0.47
Hex BE 82 30 0 20 4B 19 23 3C 2F
Octal 276 202 60 0 40 113 31 43 74 57
Binary 10111110 10000010 110000 0 100000 1001011 11001 100011 111100 101111

Color Harmonies of #BE8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8230

Black with #BE8230

Text Example


Text Example

White with #BE8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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