Html Css Color HEX #BC7533 Meteor

📋 copy color: '#BC7533'

red 188 ◦ green 117 ◦ blue 51

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

Shades of Meteor #BC7533

Tints of Meteor #BC7533

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

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

R = 52.81%
G = 32.87%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7533 (or 0xBC7533) is known color: Meteor. HEX triplet: BC, 75 and 33. RGB value is (188,117,51). Sum of RGB (Red+Green+Blue) = 188+117+51=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7533 is #438ACC. Grayscale: #838383. Windows color (decimal): -4426445 or 3372476. OLE color: 3372476.

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

Color convert

RGB 188 117 51 -
CMYK 0 0.38 0.73 0.26
HSL 28.91º 0.57% 0.47% -
HSV(B) 28.91º 0.73% 0.74% -
XYZ 27.7 23.65 6.24 -
YUV 130.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 188 117 51 0 0.38 0.73 0.26 28.91 0.57 0.47
Hex BC 75 33 0 26 49 1A 1D 39 2F
Octal 274 165 63 0 46 111 32 35 71 57
Binary 10111100 1110101 110011 0 100110 1001001 11010 11101 111001 101111

Color Harmonies of #BC7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7533

Black with #BC7533

Text Example


Text Example

White with #BC7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7533; }

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

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

background-color css

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

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

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

border-color css

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

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

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