Html Css Color HEX #BD7230 Meteor

📋 copy color: '#BD7230'

red 189 ◦ green 114 ◦ blue 48

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

Shades of Meteor #BD7230

Tints of Meteor #BD7230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

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

R = 53.85%
G = 32.48%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD7230 (or 0xBD7230) is known color: Meteor. HEX triplet: BD, 72 and 30. RGB value is (189,114,48). Sum of RGB (Red+Green+Blue) = 189+114+48=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7230 is #428DCF. Grayscale: #818181. Windows color (decimal): -4361680 or 3175101. OLE color: 3175101.

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

Color convert

RGB 189 114 48 -
CMYK 0 0.40 0.75 0.26
HSL 28.09º 0.59% 0.46% -
HSV(B) 28.09º 0.75% 0.74% -
XYZ 27.54 23.07 5.8 -
YUV 128.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 189 114 48 0 0.40 0.75 0.26 28.09 0.59 0.46
Hex BD 72 30 0 28 4B 1A 1C 3B 2E
Octal 275 162 60 0 50 113 32 34 73 56
Binary 10111101 1110010 110000 0 101000 1001011 11010 11100 111011 101110

Color Harmonies of #BD7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7230

Black with #BD7230

Text Example


Text Example

White with #BD7230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7230; }

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

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

background-color css

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

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

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

border-color css

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

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

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