Html Css Color HEX #BC6D27 Meteor

📋 copy color: '#BC6D27'

red 188 ◦ green 109 ◦ blue 39

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

Shades of Meteor #BC6D27

Tints of Meteor #BC6D27

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 55.95%
G = 32.44%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC6D27 (or 0xBC6D27) is known color: Meteor. HEX triplet: BC, 6D and 27. RGB value is (188,109,39). Sum of RGB (Red+Green+Blue) = 188+109+39=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D27 is #4392D8. Grayscale: #7D7D7D. Windows color (decimal): -4428505 or 2583996. OLE color: 2583996.

HSL color Cylindrical-coordinate representation of color #BC6D27: hue angle of 28.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC6D27 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 39 -
CMYK 0 0.42 0.79 0.26
HSL 28.19º 0.66% 0.45% -
HSV(B) 28.19º 0.79% 0.74% -
XYZ 26.57 21.78 4.72 -
YUV 124.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 188 109 39 0 0.42 0.79 0.26 28.19 0.66 0.45
Hex BC 6D 27 0 2A 4F 1A 1C 42 2D
Octal 274 155 47 0 52 117 32 34 102 55
Binary 10111100 1101101 100111 0 101010 1001111 11010 11100 1000010 101101

Color Harmonies of #BC6D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D27

Black with #BC6D27

Text Example


Text Example

White with #BC6D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D27; }

 p { color: rgb(188,109,39); }

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

background-color css

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

 a { background-color: rgb(188,109,39); }

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

border-color css

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

 span { border-color: rgb(188,109,39); }

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