Html Css Color HEX #BD6D35 Meteor

📋 copy color: '#BD6D35'

red 189 ◦ green 109 ◦ blue 53

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

Shades of Meteor #BD6D35

Tints of Meteor #BD6D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 53.85%
G = 31.05%
B = 15.1%

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

#BD6D35 (or 0xBD6D35) is known color: Meteor. HEX triplet: BD, 6D and 35. RGB value is (189,109,53). Sum of RGB (Red+Green+Blue) = 189+109+53=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D35 is #4292CA. Grayscale: #7E7E7E. Windows color (decimal): -4362955 or 3501501. OLE color: 3501501.

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

Color convert

RGB 189 109 53 -
CMYK 0 0.42 0.72 0.26
HSL 24.71º 0.56% 0.47% -
HSV(B) 24.71º 0.72% 0.74% -
XYZ 27.1 22.01 6.19 -
YUV 126.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 189 109 53 0 0.42 0.72 0.26 24.71 0.56 0.47
Hex BD 6D 35 0 2A 48 1A 19 38 2F
Octal 275 155 65 0 52 110 32 31 70 57
Binary 10111101 1101101 110101 0 101010 1001000 11010 11001 111000 101111

Color Harmonies of #BD6D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D35

Black with #BD6D35

Text Example


Text Example

White with #BD6D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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