Html Css Color HEX #BE7F2E Geebung

📋 copy color: '#BE7F2E'

red 190 ◦ green 127 ◦ blue 46

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

Shades of Geebung #BE7F2E

Tints of Geebung #BE7F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 52.34%
G = 34.99%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE7F2E (or 0xBE7F2E) is known color: Geebung. HEX triplet: BE, 7F and 2E. RGB value is (190,127,46). Sum of RGB (Red+Green+Blue) = 190+127+46=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F2E is #4180D1. Grayscale: #888888. Windows color (decimal): -4292818 or 3047358. OLE color: 3047358.

HSL color Cylindrical-coordinate representation of color #BE7F2E: hue angle of 33.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE7F2E is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 127 46 -
CMYK 0 0.33 0.76 0.25
HSL 33.75º 0.61% 0.46% -
HSV(B) 33.75º 0.76% 0.75% -
XYZ 29.32 26.32 6.12 -
YUV 136.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 190 127 46 0 0.33 0.76 0.25 33.75 0.61 0.46
Hex BE 7F 2E 0 21 4C 19 22 3D 2E
Octal 276 177 56 0 41 114 31 42 75 56
Binary 10111110 1111111 101110 0 100001 1001100 11001 100010 111101 101110

Color Harmonies of #BE7F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F2E

Black with #BE7F2E

Text Example


Text Example

White with #BE7F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F2E; }

 p { color: rgb(190,127,46); }

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

background-color css

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

 a { background-color: rgb(190,127,46); }

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

border-color css

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

 span { border-color: rgb(190,127,46); }

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