Html Css Color HEX #BC7633 Meteor

📋 copy color: '#BC7633'

red 188 ◦ green 118 ◦ blue 51

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

Shades of Meteor #BC7633

Tints of Meteor #BC7633

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 52.66%
G = 33.05%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7633 (or 0xBC7633) is known color: Meteor. HEX triplet: BC, 76 and 33. RGB value is (188,118,51). Sum of RGB (Red+Green+Blue) = 188+118+51=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7633 is #4389CC. Grayscale: #838383. Windows color (decimal): -4426189 or 3372732. OLE color: 3372732.

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

Color convert

RGB 188 118 51 -
CMYK 0 0.37 0.73 0.26
HSL 29.34º 0.57% 0.47% -
HSV(B) 29.34º 0.73% 0.74% -
XYZ 27.82 23.89 6.28 -
YUV 131.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 188 118 51 0 0.37 0.73 0.26 29.34 0.57 0.47
Hex BC 76 33 0 25 49 1A 1D 39 2F
Octal 274 166 63 0 45 111 32 35 71 57
Binary 10111100 1110110 110011 0 100101 1001001 11010 11101 111001 101111

Color Harmonies of #BC7633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7633

Black with #BC7633

Text Example


Text Example

White with #BC7633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7633; }

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

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

background-color css

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

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

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

border-color css

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

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

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