Html Css Color HEX #BE8435 Geebung

📋 copy color: '#BE8435'

red 190 ◦ green 132 ◦ blue 53

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

Shades of Geebung #BE8435

Tints of Geebung #BE8435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 50.67%
G = 35.2%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE8435 (or 0xBE8435) is known color: Geebung. HEX triplet: BE, 84 and 35. RGB value is (190,132,53). Sum of RGB (Red+Green+Blue) = 190+132+53=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8435 is #417BCA. Grayscale: #8C8C8C. Windows color (decimal): -4291531 or 3507390. OLE color: 3507390.

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

Color convert

RGB 190 132 53 -
CMYK 0 0.31 0.72 0.25
HSL 34.6º 0.56% 0.48% -
HSV(B) 34.6º 0.72% 0.75% -
XYZ 30.13 27.71 7.13 -
YUV 140.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 190 132 53 0 0.31 0.72 0.25 34.6 0.56 0.48
Hex BE 84 35 0 1F 48 19 23 38 30
Octal 276 204 65 0 37 110 31 43 70 60
Binary 10111110 10000100 110101 0 11111 1001000 11001 100011 111000 110000

Color Harmonies of #BE8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8435

Black with #BE8435

Text Example


Text Example

White with #BE8435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8435; }

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

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

background-color css

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

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

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

border-color css

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

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

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