Html Css Color HEX #BD702D Meteor

📋 copy color: '#BD702D'

red 189 ◦ green 112 ◦ blue 45

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

Shades of Meteor #BD702D

Tints of Meteor #BD702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

 BLUE value IS 45 (17.97% from 255) = 13.01%

R = 54.62%
G = 32.37%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD702D (or 0xBD702D) is known color: Meteor. HEX triplet: BD, 70 and 2D. RGB value is (189,112,45). Sum of RGB (Red+Green+Blue) = 189+112+45=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD702D is #428FD2. Grayscale: #7F7F7F. Windows color (decimal): -4362195 or 2977981. OLE color: 2977981.

HSL color Cylindrical-coordinate representation of color #BD702D: hue angle of 27.92º degrees, saturation: 0.62, 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 #BD702D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 45 -
CMYK 0 0.41 0.76 0.26
HSL 27.92º 0.62% 0.46% -
HSV(B) 27.92º 0.76% 0.74% -
XYZ 27.25 22.6 5.41 -
YUV 127.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 189 112 45 0 0.41 0.76 0.26 27.92 0.62 0.46
Hex BD 70 2D 0 29 4C 1A 1C 3E 2E
Octal 275 160 55 0 51 114 32 34 76 56
Binary 10111101 1110000 101101 0 101001 1001100 11010 11100 111110 101110

Color Harmonies of #BD702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD702D

Black with #BD702D

Text Example


Text Example

White with #BD702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD702D; }

 p { color: rgb(189,112,45); }

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

background-color css

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

 a { background-color: rgb(189,112,45); }

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

border-color css

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

 span { border-color: rgb(189,112,45); }

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