Html Css Color HEX #BD6E2F Meteor

📋 copy color: '#BD6E2F'

red 189 ◦ green 110 ◦ blue 47

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

Shades of Meteor #BD6E2F

Tints of Meteor #BD6E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.58%

R = 54.62%
G = 31.79%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD6E2F (or 0xBD6E2F) is known color: Meteor. HEX triplet: BD, 6E and 2F. RGB value is (189,110,47). Sum of RGB (Red+Green+Blue) = 189+110+47=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E2F is #4291D0. Grayscale: #7E7E7E. Windows color (decimal): -4362705 or 3108541. OLE color: 3108541.

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

Color convert

RGB 189 110 47 -
CMYK 0 0.42 0.75 0.26
HSL 26.62º 0.6% 0.46% -
HSV(B) 26.62º 0.75% 0.74% -
XYZ 27.08 22.18 5.54 -
YUV 126.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 189 110 47 0 0.42 0.75 0.26 26.62 0.6 0.46
Hex BD 6E 2F 0 2A 4B 1A 1B 3C 2E
Octal 275 156 57 0 52 113 32 33 74 56
Binary 10111101 1101110 101111 0 101010 1001011 11010 11011 111100 101110

Color Harmonies of #BD6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E2F

Black with #BD6E2F

Text Example


Text Example

White with #BD6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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