Html Css Color HEX #BD6D2C Meteor

📋 copy color: '#BD6D2C'

red 189 ◦ green 109 ◦ blue 44

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

Shades of Meteor #BD6D2C

Tints of Meteor #BD6D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 55.26%
G = 31.87%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD6D2C (or 0xBD6D2C) is known color: Meteor. HEX triplet: BD, 6D and 2C. RGB value is (189,109,44). Sum of RGB (Red+Green+Blue) = 189+109+44=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D2C is #4292D3. Grayscale: #7D7D7D. Windows color (decimal): -4362964 or 2911677. OLE color: 2911677.

HSL color Cylindrical-coordinate representation of color #BD6D2C: hue angle of 26.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD6D2C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 109 44 -
CMYK 0 0.42 0.77 0.26
HSL 26.9º 0.62% 0.46% -
HSV(B) 26.9º 0.77% 0.74% -
XYZ 26.91 21.94 5.2 -
YUV 125.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 189 109 44 0 0.42 0.77 0.26 26.9 0.62 0.46
Hex BD 6D 2C 0 2A 4D 1A 1B 3E 2E
Octal 275 155 54 0 52 115 32 33 76 56
Binary 10111101 1101101 101100 0 101010 1001101 11010 11011 111110 101110

Color Harmonies of #BD6D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D2C

Black with #BD6D2C

Text Example


Text Example

White with #BD6D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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