Html Css Color HEX #BC732C Meteor

📋 copy color: '#BC732C'

red 188 ◦ green 115 ◦ blue 44

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

Shades of Meteor #BC732C

Tints of Meteor #BC732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 54.18%
G = 33.14%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC732C (or 0xBC732C) is known color: Meteor. HEX triplet: BC, 73 and 2C. RGB value is (188,115,44). Sum of RGB (Red+Green+Blue) = 188+115+44=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC732C is #438CD3. Grayscale: #818181. Windows color (decimal): -4426964 or 2913212. OLE color: 2913212.

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

Color convert

RGB 188 115 44 -
CMYK 0 0.39 0.77 0.26
HSL 29.58º 0.62% 0.45% -
HSV(B) 29.58º 0.77% 0.74% -
XYZ 27.32 23.13 5.41 -
YUV 128.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 188 115 44 0 0.39 0.77 0.26 29.58 0.62 0.45
Hex BC 73 2C 0 27 4D 1A 1E 3E 2D
Octal 274 163 54 0 47 115 32 36 76 55
Binary 10111100 1110011 101100 0 100111 1001101 11010 11110 111110 101101

Color Harmonies of #BC732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC732C

Black with #BC732C

Text Example


Text Example

White with #BC732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC732C; }

 p { color: rgb(188,115,44); }

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

background-color css

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

 a { background-color: rgb(188,115,44); }

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

border-color css

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

 span { border-color: rgb(188,115,44); }

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