Html Css Color HEX #BD7338 Meteor

📋 copy color: '#BD7338'

red 189 ◦ green 115 ◦ blue 56

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

Shades of Meteor #BD7338

Tints of Meteor #BD7338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 52.5%
G = 31.94%
B = 15.56%

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

#BD7338 (or 0xBD7338) is known color: Meteor. HEX triplet: BD, 73 and 38. RGB value is (189,115,56). Sum of RGB (Red+Green+Blue) = 189+115+56=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7338 is #428CC7. Grayscale: #828282. Windows color (decimal): -4361416 or 3699645. OLE color: 3699645.

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

Color convert

RGB 189 115 56 -
CMYK 0 0.39 0.70 0.26
HSL 26.62º 0.54% 0.48% -
HSV(B) 26.62º 0.7% 0.74% -
XYZ 27.83 23.37 6.78 -
YUV 130.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 189 115 56 0 0.39 0.70 0.26 26.62 0.54 0.48
Hex BD 73 38 0 27 46 1A 1B 36 30
Octal 275 163 70 0 47 106 32 33 66 60
Binary 10111101 1110011 111000 0 100111 1000110 11010 11011 110110 110000

Color Harmonies of #BD7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7338

Black with #BD7338

Text Example


Text Example

White with #BD7338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7338; }

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

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

background-color css

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

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

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

border-color css

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

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

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