Html Css Color HEX #BD722D Meteor

📋 copy color: '#BD722D'

red 189 ◦ green 114 ◦ blue 45

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

Shades of Meteor #BD722D

Tints of Meteor #BD722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 54.31%
G = 32.76%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD722D (or 0xBD722D) is known color: Meteor. HEX triplet: BD, 72 and 2D. RGB value is (189,114,45). Sum of RGB (Red+Green+Blue) = 189+114+45=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722D is #428DD2. Grayscale: #808080. Windows color (decimal): -4361683 or 2978493. OLE color: 2978493.

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

Color convert

RGB 189 114 45 -
CMYK 0 0.40 0.76 0.26
HSL 28.75º 0.62% 0.46% -
HSV(B) 28.75º 0.76% 0.74% -
XYZ 27.48 23.04 5.48 -
YUV 128.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 189 114 45 0 0.40 0.76 0.26 28.75 0.62 0.46
Hex BD 72 2D 0 28 4C 1A 1D 3E 2E
Octal 275 162 55 0 50 114 32 35 76 56
Binary 10111101 1110010 101101 0 101000 1001100 11010 11101 111110 101110

Color Harmonies of #BD722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD722D

Black with #BD722D

Text Example


Text Example

White with #BD722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD722D; }

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

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

background-color css

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

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

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

border-color css

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

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

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