Html Css Color HEX #BD6F33 Meteor

📋 copy color: '#BD6F33'

red 189 ◦ green 111 ◦ blue 51

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

Shades of Meteor #BD6F33

Tints of Meteor #BD6F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 53.85%
G = 31.62%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BD6F33 (or 0xBD6F33) is known color: Meteor. HEX triplet: BD, 6F and 33. RGB value is (189,111,51). Sum of RGB (Red+Green+Blue) = 189+111+51=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F33 is #4290CC. Grayscale: #7F7F7F. Windows color (decimal): -4362445 or 3370941. OLE color: 3370941.

HSL color Cylindrical-coordinate representation of color #BD6F33: hue angle of 26.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD6F33 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 111 51 -
CMYK 0 0.41 0.73 0.26
HSL 26.09º 0.58% 0.47% -
HSV(B) 26.09º 0.73% 0.74% -
XYZ 27.27 22.43 6.02 -
YUV 127.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 189 111 51 0 0.41 0.73 0.26 26.09 0.58 0.47
Hex BD 6F 33 0 29 49 1A 1A 3A 2F
Octal 275 157 63 0 51 111 32 32 72 57
Binary 10111101 1101111 110011 0 101001 1001001 11010 11010 111010 101111

Color Harmonies of #BD6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F33

Black with #BD6F33

Text Example


Text Example

White with #BD6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F33; }

 p { color: rgb(189,111,51); }

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

background-color css

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

 a { background-color: rgb(189,111,51); }

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

border-color css

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

 span { border-color: rgb(189,111,51); }

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