Html Css Color HEX #BE7F32 Geebung

📋 copy color: '#BE7F32'

red 190 ◦ green 127 ◦ blue 50

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

Shades of Geebung #BE7F32

Tints of Geebung #BE7F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 51.77%
G = 34.6%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE7F32 (or 0xBE7F32) is known color: Geebung. HEX triplet: BE, 7F and 32. RGB value is (190,127,50). Sum of RGB (Red+Green+Blue) = 190+127+50=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7F32 is #4180CD. Grayscale: #898989. Windows color (decimal): -4292814 or 3309502. OLE color: 3309502.

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

Color convert

RGB 190 127 50 -
CMYK 0 0.33 0.74 0.25
HSL 33º 0.58% 0.47% -
HSV(B) 33º 0.74% 0.75% -
XYZ 29.4 26.36 6.56 -
YUV 137.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 190 127 50 0 0.33 0.74 0.25 33 0.58 0.47
Hex BE 7F 32 0 21 4A 19 21 3A 2F
Octal 276 177 62 0 41 112 31 41 72 57
Binary 10111110 1111111 110010 0 100001 1001010 11001 100001 111010 101111

Color Harmonies of #BE7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F32

Black with #BE7F32

Text Example


Text Example

White with #BE7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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