Html Css Color HEX #BD7438 Meteor

📋 copy color: '#BD7438'

red 189 ◦ green 116 ◦ blue 56

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

Shades of Meteor #BD7438

Tints of Meteor #BD7438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 52.35%
G = 32.13%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD7438 (or 0xBD7438) is known color: Meteor. HEX triplet: BD, 74 and 38. RGB value is (189,116,56). Sum of RGB (Red+Green+Blue) = 189+116+56=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7438 is #428BC7. Grayscale: #838383. Windows color (decimal): -4361160 or 3699901. OLE color: 3699901.

HSL color Cylindrical-coordinate representation of color #BD7438: hue angle of 27.07º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD7438 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 56 -
CMYK 0 0.39 0.70 0.26
HSL 27.07º 0.54% 0.48% -
HSV(B) 27.07º 0.7% 0.74% -
XYZ 27.95 23.6 6.82 -
YUV 130.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 189 116 56 0 0.39 0.70 0.26 27.07 0.54 0.48
Hex BD 74 38 0 27 46 1A 1B 36 30
Octal 275 164 70 0 47 106 32 33 66 60
Binary 10111101 1110100 111000 0 100111 1000110 11010 11011 110110 110000

Color Harmonies of #BD7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7438

Black with #BD7438

Text Example


Text Example

White with #BD7438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7438; }

 p { color: rgb(189,116,56); }

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

background-color css

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

 a { background-color: rgb(189,116,56); }

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

border-color css

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

 span { border-color: rgb(189,116,56); }

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