Html Css Color HEX #BE8135 Geebung

📋 copy color: '#BE8135'

red 190 ◦ green 129 ◦ blue 53

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

Shades of Geebung #BE8135

Tints of Geebung #BE8135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 51.08%
G = 34.68%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE8135 (or 0xBE8135) is known color: Geebung. HEX triplet: BE, 81 and 35. RGB value is (190,129,53). Sum of RGB (Red+Green+Blue) = 190+129+53=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8135 is #417ECA. Grayscale: #8A8A8A. Windows color (decimal): -4292299 or 3506622. OLE color: 3506622.

HSL color Cylindrical-coordinate representation of color #BE8135: hue angle of 33.28º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE8135 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 53 -
CMYK 0 0.32 0.72 0.25
HSL 33.28º 0.56% 0.48% -
HSV(B) 33.28º 0.72% 0.75% -
XYZ 29.73 26.9 6.99 -
YUV 138.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 190 129 53 0 0.32 0.72 0.25 33.28 0.56 0.48
Hex BE 81 35 0 20 48 19 21 38 30
Octal 276 201 65 0 40 110 31 41 70 60
Binary 10111110 10000001 110101 0 100000 1001000 11001 100001 111000 110000

Color Harmonies of #BE8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8135

Black with #BE8135

Text Example


Text Example

White with #BE8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8135; }

 p { color: rgb(190,129,53); }

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

background-color css

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

 a { background-color: rgb(190,129,53); }

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

border-color css

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

 span { border-color: rgb(190,129,53); }

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