Html Css Color HEX #BC7933 Meteor

📋 copy color: '#BC7933'

red 188 ◦ green 121 ◦ blue 51

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

Shades of Meteor #BC7933

Tints of Meteor #BC7933

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 52.22%
G = 33.61%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7933 (or 0xBC7933) is known color: Meteor. HEX triplet: BC, 79 and 33. RGB value is (188,121,51). Sum of RGB (Red+Green+Blue) = 188+121+51=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7933 is #4386CC. Grayscale: #858585. Windows color (decimal): -4425421 or 3373500. OLE color: 3373500.

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

Color convert

RGB 188 121 51 -
CMYK 0 0.36 0.73 0.26
HSL 30.66º 0.57% 0.47% -
HSV(B) 30.66º 0.73% 0.74% -
XYZ 28.17 24.61 6.4 -
YUV 133.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 188 121 51 0 0.36 0.73 0.26 30.66 0.57 0.47
Hex BC 79 33 0 24 49 1A 1F 39 2F
Octal 274 171 63 0 44 111 32 37 71 57
Binary 10111100 1111001 110011 0 100100 1001001 11010 11111 111001 101111

Color Harmonies of #BC7933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7933

Black with #BC7933

Text Example


Text Example

White with #BC7933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7933; }

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

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

background-color css

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

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

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

border-color css

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

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

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