Html Css Color HEX #BD722C Meteor

📋 copy color: '#BD722C'

red 189 ◦ green 114 ◦ blue 44

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

Shades of Meteor #BD722C

Tints of Meteor #BD722C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 54.47%
G = 32.85%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD722C (or 0xBD722C) is known color: Meteor. HEX triplet: BD, 72 and 2C. RGB value is (189,114,44). Sum of RGB (Red+Green+Blue) = 189+114+44=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722C is #428DD3. Grayscale: #808080. Windows color (decimal): -4361684 or 2912957. OLE color: 2912957.

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

Color convert

RGB 189 114 44 -
CMYK 0 0.40 0.77 0.26
HSL 28.97º 0.62% 0.46% -
HSV(B) 28.97º 0.77% 0.74% -
XYZ 27.46 23.04 5.38 -
YUV 128.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 189 114 44 0 0.40 0.77 0.26 28.97 0.62 0.46
Hex BD 72 2C 0 28 4D 1A 1D 3E 2E
Octal 275 162 54 0 50 115 32 35 76 56
Binary 10111101 1110010 101100 0 101000 1001101 11010 11101 111110 101110

Color Harmonies of #BD722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD722C

Black with #BD722C

Text Example


Text Example

White with #BD722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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