Html Css Color HEX #BC762F Meteor

📋 copy color: '#BC762F'

red 188 ◦ green 118 ◦ blue 47

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

Shades of Meteor #BC762F

Tints of Meteor #BC762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 53.26%
G = 33.43%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC762F (or 0xBC762F) is known color: Meteor. HEX triplet: BC, 76 and 2F. RGB value is (188,118,47). Sum of RGB (Red+Green+Blue) = 188+118+47=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC762F is #4389D0. Grayscale: #838383. Windows color (decimal): -4426193 or 3110588. OLE color: 3110588.

HSL color Cylindrical-coordinate representation of color #BC762F: hue angle of 30.21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC762F is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 47 -
CMYK 0 0.37 0.75 0.26
HSL 30.21º 0.6% 0.46% -
HSV(B) 30.21º 0.75% 0.74% -
XYZ 27.73 23.85 5.83 -
YUV 130.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 188 118 47 0 0.37 0.75 0.26 30.21 0.6 0.46
Hex BC 76 2F 0 25 4B 1A 1E 3C 2E
Octal 274 166 57 0 45 113 32 36 74 56
Binary 10111100 1110110 101111 0 100101 1001011 11010 11110 111100 101110

Color Harmonies of #BC762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC762F

Black with #BC762F

Text Example


Text Example

White with #BC762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC762F; }

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

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

background-color css

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

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

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

border-color css

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

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

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