Html Css Color HEX #BC7735 Meteor

📋 copy color: '#BC7735'

red 188 ◦ green 119 ◦ blue 53

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

Shades of Meteor #BC7735

Tints of Meteor #BC7735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 52.22%
G = 33.06%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7735 (or 0xBC7735) is known color: Meteor. HEX triplet: BC, 77 and 35. RGB value is (188,119,53). Sum of RGB (Red+Green+Blue) = 188+119+53=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7735 is #4388CA. Grayscale: #848484. Windows color (decimal): -4425931 or 3504060. OLE color: 3504060.

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

Color convert

RGB 188 119 53 -
CMYK 0 0.37 0.72 0.26
HSL 29.33º 0.56% 0.47% -
HSV(B) 29.33º 0.72% 0.74% -
XYZ 27.98 24.14 6.55 -
YUV 132.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 188 119 53 0 0.37 0.72 0.26 29.33 0.56 0.47
Hex BC 77 35 0 25 48 1A 1D 38 2F
Octal 274 167 65 0 45 110 32 35 70 57
Binary 10111100 1110111 110101 0 100101 1001000 11010 11101 111000 101111

Color Harmonies of #BC7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7735

Black with #BC7735

Text Example


Text Example

White with #BC7735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7735; }

 p { color: rgb(188,119,53); }

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

background-color css

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

 a { background-color: rgb(188,119,53); }

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

border-color css

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

 span { border-color: rgb(188,119,53); }

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