Html Css Color HEX #BD743A Meteor

📋 copy color: '#BD743A'

red 189 ◦ green 116 ◦ blue 58

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

Shades of Meteor #BD743A

Tints of Meteor #BD743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 52.07%
G = 31.96%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD743A (or 0xBD743A) is known color: Meteor. HEX triplet: BD, 74 and 3A. RGB value is (189,116,58). Sum of RGB (Red+Green+Blue) = 189+116+58=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD743A is #428BC5. Grayscale: #838383. Windows color (decimal): -4361158 or 3830973. OLE color: 3830973.

HSL color Cylindrical-coordinate representation of color #BD743A: hue angle of 26.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD743A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 58 -
CMYK 0 0.39 0.69 0.26
HSL 26.56º 0.53% 0.48% -
HSV(B) 26.56º 0.69% 0.74% -
XYZ 28 23.62 7.09 -
YUV 131.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 189 116 58 0 0.39 0.69 0.26 26.56 0.53 0.48
Hex BD 74 3A 0 27 45 1A 1B 35 30
Octal 275 164 72 0 47 105 32 33 65 60
Binary 10111101 1110100 111010 0 100111 1000101 11010 11011 110101 110000

Color Harmonies of #BD743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD743A

Black with #BD743A

Text Example


Text Example

White with #BD743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD743A; }

 p { color: rgb(189,116,58); }

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

background-color css

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

 a { background-color: rgb(189,116,58); }

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

border-color css

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

 span { border-color: rgb(189,116,58); }

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