Html Css Color HEX #BD732F Meteor

📋 copy color: '#BD732F'

red 189 ◦ green 115 ◦ blue 47

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

Shades of Meteor #BD732F

Tints of Meteor #BD732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 53.85%
G = 32.76%
B = 13.39%

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

#BD732F (or 0xBD732F) is known color: Meteor. HEX triplet: BD, 73 and 2F. RGB value is (189,115,47). Sum of RGB (Red+Green+Blue) = 189+115+47=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD732F is #428CD0. Grayscale: #818181. Windows color (decimal): -4361425 or 3109821. OLE color: 3109821.

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

Color convert

RGB 189 115 47 -
CMYK 0 0.39 0.75 0.26
HSL 28.73º 0.6% 0.46% -
HSV(B) 28.73º 0.75% 0.74% -
XYZ 27.63 23.29 5.73 -
YUV 129.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 189 115 47 0 0.39 0.75 0.26 28.73 0.6 0.46
Hex BD 73 2F 0 27 4B 1A 1D 3C 2E
Octal 275 163 57 0 47 113 32 35 74 56
Binary 10111101 1110011 101111 0 100111 1001011 11010 11101 111100 101110

Color Harmonies of #BD732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD732F

Black with #BD732F

Text Example


Text Example

White with #BD732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD732F; }

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

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

background-color css

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

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

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

border-color css

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

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

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