Html Css Color HEX #BD7330 Meteor

📋 copy color: '#BD7330'

red 189 ◦ green 115 ◦ blue 48

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

Shades of Meteor #BD7330

Tints of Meteor #BD7330

RGB

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

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

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

R = 53.69%
G = 32.67%
B = 13.64%

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

#BD7330 (or 0xBD7330) is known color: Meteor. HEX triplet: BD, 73 and 30. RGB value is (189,115,48). Sum of RGB (Red+Green+Blue) = 189+115+48=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7330 is #428CCF. Grayscale: #818181. Windows color (decimal): -4361424 or 3175357. OLE color: 3175357.

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

Color convert

RGB 189 115 48 -
CMYK 0 0.39 0.75 0.26
HSL 28.51º 0.59% 0.46% -
HSV(B) 28.51º 0.75% 0.74% -
XYZ 27.65 23.29 5.84 -
YUV 129.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 189 115 48 0 0.39 0.75 0.26 28.51 0.59 0.46
Hex BD 73 30 0 27 4B 1A 1D 3B 2E
Octal 275 163 60 0 47 113 32 35 73 56
Binary 10111101 1110011 110000 0 100111 1001011 11010 11101 111011 101110

Color Harmonies of #BD7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7330

Black with #BD7330

Text Example


Text Example

White with #BD7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7330; }

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

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

background-color css

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

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

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

border-color css

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

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

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