Html Css Color HEX #BC7233 Meteor

📋 copy color: '#BC7233'

red 188 ◦ green 114 ◦ blue 51

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

Shades of Meteor #BC7233

Tints of Meteor #BC7233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.45%

R = 53.26%
G = 32.29%
B = 14.45%

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

#BC7233 (or 0xBC7233) is known color: Meteor. HEX triplet: BC, 72 and 33. RGB value is (188,114,51). Sum of RGB (Red+Green+Blue) = 188+114+51=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7233 is #438DCC. Grayscale: #818181. Windows color (decimal): -4427213 or 3371708. OLE color: 3371708.

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

Color convert

RGB 188 114 51 -
CMYK 0 0.39 0.73 0.26
HSL 27.59º 0.57% 0.47% -
HSV(B) 27.59º 0.73% 0.74% -
XYZ 27.35 22.97 6.12 -
YUV 128.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 188 114 51 0 0.39 0.73 0.26 27.59 0.57 0.47
Hex BC 72 33 0 27 49 1A 1C 39 2F
Octal 274 162 63 0 47 111 32 34 71 57
Binary 10111100 1110010 110011 0 100111 1001001 11010 11100 111001 101111

Color Harmonies of #BC7233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7233

Black with #BC7233

Text Example


Text Example

White with #BC7233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7233; }

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

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

background-color css

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

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

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

border-color css

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

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

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