Html Css Color HEX #BD7430 Meteor

📋 copy color: '#BD7430'

red 189 ◦ green 116 ◦ blue 48

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

Shades of Meteor #BD7430

Tints of Meteor #BD7430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 53.54%
G = 32.86%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD7430 (or 0xBD7430) is known color: Meteor. HEX triplet: BD, 74 and 30. RGB value is (189,116,48). Sum of RGB (Red+Green+Blue) = 189+116+48=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7430 is #428BCF. Grayscale: #828282. Windows color (decimal): -4361168 or 3175613. OLE color: 3175613.

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

Color convert

RGB 189 116 48 -
CMYK 0 0.39 0.75 0.26
HSL 28.94º 0.59% 0.46% -
HSV(B) 28.94º 0.75% 0.74% -
XYZ 27.77 23.52 5.87 -
YUV 130.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 189 116 48 0 0.39 0.75 0.26 28.94 0.59 0.46
Hex BD 74 30 0 27 4B 1A 1D 3B 2E
Octal 275 164 60 0 47 113 32 35 73 56
Binary 10111101 1110100 110000 0 100111 1001011 11010 11101 111011 101110

Color Harmonies of #BD7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7430

Black with #BD7430

Text Example


Text Example

White with #BD7430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7430; }

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

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

background-color css

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

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

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

border-color css

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

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

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