Html Css Color HEX #BC752F Meteor

📋 copy color: '#BC752F'

red 188 ◦ green 117 ◦ blue 47

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

Shades of Meteor #BC752F

Tints of Meteor #BC752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 53.41%
G = 33.24%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC752F (or 0xBC752F) is known color: Meteor. HEX triplet: BC, 75 and 2F. RGB value is (188,117,47). Sum of RGB (Red+Green+Blue) = 188+117+47=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC752F is #438AD0. Grayscale: #828282. Windows color (decimal): -4426449 or 3110332. OLE color: 3110332.

HSL color Cylindrical-coordinate representation of color #BC752F: hue angle of 29.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC752F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 47 -
CMYK 0 0.38 0.75 0.26
HSL 29.79º 0.6% 0.46% -
HSV(B) 29.79º 0.75% 0.74% -
XYZ 27.61 23.62 5.79 -
YUV 130.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 188 117 47 0 0.38 0.75 0.26 29.79 0.6 0.46
Hex BC 75 2F 0 26 4B 1A 1E 3C 2E
Octal 274 165 57 0 46 113 32 36 74 56
Binary 10111100 1110101 101111 0 100110 1001011 11010 11110 111100 101110

Color Harmonies of #BC752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC752F

Black with #BC752F

Text Example


Text Example

White with #BC752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC752F; }

 p { color: rgb(188,117,47); }

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

background-color css

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

 a { background-color: rgb(188,117,47); }

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

border-color css

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

 span { border-color: rgb(188,117,47); }

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