Html Css Color HEX #BD752F Meteor

📋 copy color: '#BD752F'

red 189 ◦ green 117 ◦ blue 47

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

Shades of Meteor #BD752F

Tints of Meteor #BD752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 53.54%
G = 33.14%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD752F (or 0xBD752F) is known color: Meteor. HEX triplet: BD, 75 and 2F. RGB value is (189,117,47). Sum of RGB (Red+Green+Blue) = 189+117+47=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752F is #428AD0. Grayscale: #828282. Windows color (decimal): -4360913 or 3110333. OLE color: 3110333.

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

Color convert

RGB 189 117 47 -
CMYK 0 0.38 0.75 0.26
HSL 29.58º 0.6% 0.46% -
HSV(B) 29.58º 0.75% 0.74% -
XYZ 27.86 23.75 5.8 -
YUV 130.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 189 117 47 0 0.38 0.75 0.26 29.58 0.6 0.46
Hex BD 75 2F 0 26 4B 1A 1E 3C 2E
Octal 275 165 57 0 46 113 32 36 74 56
Binary 10111101 1110101 101111 0 100110 1001011 11010 11110 111100 101110

Color Harmonies of #BD752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD752F

Black with #BD752F

Text Example


Text Example

White with #BD752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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