Html Css Color HEX #BC7434 Meteor

📋 copy color: '#BC7434'

red 188 ◦ green 116 ◦ blue 52

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

Shades of Meteor #BC7434

Tints of Meteor #BC7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 52.81%
G = 32.58%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7434 (or 0xBC7434) is known color: Meteor. HEX triplet: BC, 74 and 34. RGB value is (188,116,52). Sum of RGB (Red+Green+Blue) = 188+116+52=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7434 is #438BCB. Grayscale: #828282. Windows color (decimal): -4426700 or 3437756. OLE color: 3437756.

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

Color convert

RGB 188 116 52 -
CMYK 0 0.38 0.72 0.26
HSL 28.24º 0.57% 0.47% -
HSV(B) 28.24º 0.72% 0.74% -
XYZ 27.6 23.43 6.32 -
YUV 130.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 188 116 52 0 0.38 0.72 0.26 28.24 0.57 0.47
Hex BC 74 34 0 26 48 1A 1C 39 2F
Octal 274 164 64 0 46 110 32 34 71 57
Binary 10111100 1110100 110100 0 100110 1001000 11010 11100 111001 101111

Color Harmonies of #BC7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7434

Black with #BC7434

Text Example


Text Example

White with #BC7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7434; }

 p { color: rgb(188,116,52); }

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

background-color css

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

 a { background-color: rgb(188,116,52); }

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

border-color css

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

 span { border-color: rgb(188,116,52); }

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