Html Css Color HEX #BC7232 Meteor

📋 copy color: '#BC7232'

red 188 ◦ green 114 ◦ blue 50

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

Shades of Meteor #BC7232

Tints of Meteor #BC7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 53.41%
G = 32.39%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7232 (or 0xBC7232) is known color: Meteor. HEX triplet: BC, 72 and 32. RGB value is (188,114,50). Sum of RGB (Red+Green+Blue) = 188+114+50=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7232 is #438DCD. Grayscale: #818181. Windows color (decimal): -4427214 or 3306172. OLE color: 3306172.

HSL color Cylindrical-coordinate representation of color #BC7232: hue angle of 27.83º 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 #BC7232 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 50 -
CMYK 0 0.39 0.73 0.26
HSL 27.83º 0.58% 0.47% -
HSV(B) 27.83º 0.73% 0.74% -
XYZ 27.33 22.96 6.01 -
YUV 128.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 188 114 50 0 0.39 0.73 0.26 27.83 0.58 0.47
Hex BC 72 32 0 27 49 1A 1C 3A 2F
Octal 274 162 62 0 47 111 32 34 72 57
Binary 10111100 1110010 110010 0 100111 1001001 11010 11100 111010 101111

Color Harmonies of #BC7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7232

Black with #BC7232

Text Example


Text Example

White with #BC7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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