Html Css Color HEX #BD6E35 Meteor

📋 copy color: '#BD6E35'

red 189 ◦ green 110 ◦ blue 53

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

Shades of Meteor #BD6E35

Tints of Meteor #BD6E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.06%

R = 53.69%
G = 31.25%
B = 15.06%

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

#BD6E35 (or 0xBD6E35) is known color: Meteor. HEX triplet: BD, 6E and 35. RGB value is (189,110,53). Sum of RGB (Red+Green+Blue) = 189+110+53=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E35 is #4291CA. Grayscale: #7F7F7F. Windows color (decimal): -4362699 or 3501757. OLE color: 3501757.

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

Color convert

RGB 189 110 53 -
CMYK 0 0.42 0.72 0.26
HSL 25.15º 0.56% 0.47% -
HSV(B) 25.15º 0.72% 0.74% -
XYZ 27.2 22.23 6.22 -
YUV 127.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 189 110 53 0 0.42 0.72 0.26 25.15 0.56 0.47
Hex BD 6E 35 0 2A 48 1A 19 38 2F
Octal 275 156 65 0 52 110 32 31 70 57
Binary 10111101 1101110 110101 0 101010 1001000 11010 11001 111000 101111

Color Harmonies of #BD6E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E35

Black with #BD6E35

Text Example


Text Example

White with #BD6E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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