Html Css Color HEX #BE7F2C Geebung

📋 copy color: '#BE7F2C'

red 190 ◦ green 127 ◦ blue 44

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

Shades of Geebung #BE7F2C

Tints of Geebung #BE7F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 52.63%
G = 35.18%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE7F2C (or 0xBE7F2C) is known color: Geebung. HEX triplet: BE, 7F and 2C. RGB value is (190,127,44). Sum of RGB (Red+Green+Blue) = 190+127+44=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F2C is #4180D3. Grayscale: #888888. Windows color (decimal): -4292820 or 2916286. OLE color: 2916286.

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

Color convert

RGB 190 127 44 -
CMYK 0 0.33 0.77 0.25
HSL 34.11º 0.62% 0.46% -
HSV(B) 34.11º 0.77% 0.75% -
XYZ 29.28 26.31 5.92 -
YUV 136.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 190 127 44 0 0.33 0.77 0.25 34.11 0.62 0.46
Hex BE 7F 2C 0 21 4D 19 22 3E 2E
Octal 276 177 54 0 41 115 31 42 76 56
Binary 10111110 1111111 101100 0 100001 1001101 11001 100010 111110 101110

Color Harmonies of #BE7F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F2C

Black with #BE7F2C

Text Example


Text Example

White with #BE7F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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