Html Css Color HEX #BC7A34 Meteor

📋 copy color: '#BC7A34'

red 188 ◦ green 122 ◦ blue 52

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

Shades of Meteor #BC7A34

Tints of Meteor #BC7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 51.93%
G = 33.7%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7A34 (or 0xBC7A34) is known color: Meteor. HEX triplet: BC, 7A and 34. RGB value is (188,122,52). Sum of RGB (Red+Green+Blue) = 188+122+52=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A34 is #4385CB. Grayscale: #868686. Windows color (decimal): -4425164 or 3439292. OLE color: 3439292.

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

Color convert

RGB 188 122 52 -
CMYK 0 0.35 0.72 0.26
HSL 30.88º 0.57% 0.47% -
HSV(B) 30.88º 0.72% 0.74% -
XYZ 28.32 24.86 6.55 -
YUV 133.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 188 122 52 0 0.35 0.72 0.26 30.88 0.57 0.47
Hex BC 7A 34 0 23 48 1A 1F 39 2F
Octal 274 172 64 0 43 110 32 37 71 57
Binary 10111100 1111010 110100 0 100011 1001000 11010 11111 111001 101111

Color Harmonies of #BC7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A34

Black with #BC7A34

Text Example


Text Example

White with #BC7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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