Html Css Color HEX #BC7934 Meteor

📋 copy color: '#BC7934'

red 188 ◦ green 121 ◦ blue 52

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

Shades of Meteor #BC7934

Tints of Meteor #BC7934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 52.08%
G = 33.52%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7934 (or 0xBC7934) is known color: Meteor. HEX triplet: BC, 79 and 34. RGB value is (188,121,52). Sum of RGB (Red+Green+Blue) = 188+121+52=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7934 is #4386CB. Grayscale: #858585. Windows color (decimal): -4425420 or 3439036. OLE color: 3439036.

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

Color convert

RGB 188 121 52 -
CMYK 0 0.36 0.72 0.26
HSL 30.44º 0.57% 0.47% -
HSV(B) 30.44º 0.72% 0.74% -
XYZ 28.2 24.61 6.51 -
YUV 133.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 188 121 52 0 0.36 0.72 0.26 30.44 0.57 0.47
Hex BC 79 34 0 24 48 1A 1E 39 2F
Octal 274 171 64 0 44 110 32 36 71 57
Binary 10111100 1111001 110100 0 100100 1001000 11010 11110 111001 101111

Color Harmonies of #BC7934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7934

Black with #BC7934

Text Example


Text Example

White with #BC7934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7934; }

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

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

background-color css

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

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

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

border-color css

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

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

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