Html Css Color HEX #BC7732 Meteor

📋 copy color: '#BC7732'

red 188 ◦ green 119 ◦ blue 50

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

Shades of Meteor #BC7732

Tints of Meteor #BC7732

RGB

 RED value IS 188 (73.83% from 255) = 52.66%

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 52.66%
G = 33.33%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7732 (or 0xBC7732) is known color: Meteor. HEX triplet: BC, 77 and 32. RGB value is (188,119,50). Sum of RGB (Red+Green+Blue) = 188+119+50=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7732 is #4388CD. Grayscale: #848484. Windows color (decimal): -4425934 or 3307452. OLE color: 3307452.

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

Color convert

RGB 188 119 50 -
CMYK 0 0.37 0.73 0.26
HSL 30º 0.58% 0.47% -
HSV(B) 30º 0.73% 0.74% -
XYZ 27.91 24.12 6.2 -
YUV 131.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 188 119 50 0 0.37 0.73 0.26 30 0.58 0.47
Hex BC 77 32 0 25 49 1A 1E 3A 2F
Octal 274 167 62 0 45 111 32 36 72 57
Binary 10111100 1110111 110010 0 100101 1001001 11010 11110 111010 101111

Color Harmonies of #BC7732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7732

Black with #BC7732

Text Example


Text Example

White with #BC7732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7732; }

 p { color: rgb(188,119,50); }

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

background-color css

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

 a { background-color: rgb(188,119,50); }

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

border-color css

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

 span { border-color: rgb(188,119,50); }

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