Html Css Color HEX #BD722B Meteor

📋 copy color: '#BD722B'

red 189 ◦ green 114 ◦ blue 43

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

Shades of Meteor #BD722B

Tints of Meteor #BD722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 54.62%
G = 32.95%
B = 12.43%

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

#BD722B (or 0xBD722B) is known color: Meteor. HEX triplet: BD, 72 and 2B. RGB value is (189,114,43). Sum of RGB (Red+Green+Blue) = 189+114+43=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD722B is #428DD4. Grayscale: #808080. Windows color (decimal): -4361685 or 2847421. OLE color: 2847421.

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

Color convert

RGB 189 114 43 -
CMYK 0 0.40 0.77 0.26
HSL 29.18º 0.63% 0.45% -
HSV(B) 29.18º 0.77% 0.74% -
XYZ 27.44 23.03 5.28 -
YUV 128.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 189 114 43 0 0.40 0.77 0.26 29.18 0.63 0.45
Hex BD 72 2B 0 28 4D 1A 1D 3F 2D
Octal 275 162 53 0 50 115 32 35 77 55
Binary 10111101 1110010 101011 0 101000 1001101 11010 11101 111111 101101

Color Harmonies of #BD722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD722B

Black with #BD722B

Text Example


Text Example

White with #BD722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD722B; }

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

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

background-color css

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

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

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

border-color css

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

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

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