Html Css Color HEX #BD752E Meteor

📋 copy color: '#BD752E'

red 189 ◦ green 117 ◦ blue 46

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

Shades of Meteor #BD752E

Tints of Meteor #BD752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 53.69%
G = 33.24%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD752E (or 0xBD752E) is known color: Meteor. HEX triplet: BD, 75 and 2E. RGB value is (189,117,46). Sum of RGB (Red+Green+Blue) = 189+117+46=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD752E is #428AD1. Grayscale: #828282. Windows color (decimal): -4360914 or 3044797. OLE color: 3044797.

HSL color Cylindrical-coordinate representation of color #BD752E: hue angle of 29.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD752E is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 46 -
CMYK 0 0.38 0.76 0.26
HSL 29.79º 0.61% 0.46% -
HSV(B) 29.79º 0.76% 0.74% -
XYZ 27.84 23.74 5.7 -
YUV 130.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 189 117 46 0 0.38 0.76 0.26 29.79 0.61 0.46
Hex BD 75 2E 0 26 4C 1A 1E 3D 2E
Octal 275 165 56 0 46 114 32 36 75 56
Binary 10111101 1110101 101110 0 100110 1001100 11010 11110 111101 101110

Color Harmonies of #BD752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD752E

Black with #BD752E

Text Example


Text Example

White with #BD752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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