Html Css Color HEX #BD6E34 Meteor

📋 copy color: '#BD6E34'

red 189 ◦ green 110 ◦ blue 52

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

Shades of Meteor #BD6E34

Tints of Meteor #BD6E34

RGB

 RED value IS 189 (74.22% from 255) = 53.85%

 GREEN value IS 110 (43.36% from 255) = 31.34%

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

R = 53.85%
G = 31.34%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD6E34 (or 0xBD6E34) is known color: Meteor. HEX triplet: BD, 6E and 34. RGB value is (189,110,52). Sum of RGB (Red+Green+Blue) = 189+110+52=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E34 is #4291CB. Grayscale: #7F7F7F. Windows color (decimal): -4362700 or 3436221. OLE color: 3436221.

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

Color convert

RGB 189 110 52 -
CMYK 0 0.42 0.72 0.26
HSL 25.4º 0.57% 0.47% -
HSV(B) 25.4º 0.72% 0.74% -
XYZ 27.18 22.22 6.1 -
YUV 127.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 189 110 52 0 0.42 0.72 0.26 25.4 0.57 0.47
Hex BD 6E 34 0 2A 48 1A 19 39 2F
Octal 275 156 64 0 52 110 32 31 71 57
Binary 10111101 1101110 110100 0 101010 1001000 11010 11001 111001 101111

Color Harmonies of #BD6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E34

Black with #BD6E34

Text Example


Text Example

White with #BD6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E34; }

 p { color: rgb(189,110,52); }

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

background-color css

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

 a { background-color: rgb(189,110,52); }

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

border-color css

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

 span { border-color: rgb(189,110,52); }

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