Html Css Color HEX #BD732C Meteor

📋 copy color: '#BD732C'

red 189 ◦ green 115 ◦ blue 44

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

Shades of Meteor #BD732C

Tints of Meteor #BD732C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 54.31%
G = 33.05%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD732C (or 0xBD732C) is known color: Meteor. HEX triplet: BD, 73 and 2C. RGB value is (189,115,44). Sum of RGB (Red+Green+Blue) = 189+115+44=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD732C is #428CD3. Grayscale: #818181. Windows color (decimal): -4361428 or 2913213. OLE color: 2913213.

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

Color convert

RGB 189 115 44 -
CMYK 0 0.39 0.77 0.26
HSL 29.38º 0.62% 0.46% -
HSV(B) 29.38º 0.77% 0.74% -
XYZ 27.57 23.26 5.42 -
YUV 129.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 189 115 44 0 0.39 0.77 0.26 29.38 0.62 0.46
Hex BD 73 2C 0 27 4D 1A 1D 3E 2E
Octal 275 163 54 0 47 115 32 35 76 56
Binary 10111101 1110011 101100 0 100111 1001101 11010 11101 111110 101110

Color Harmonies of #BD732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD732C

Black with #BD732C

Text Example


Text Example

White with #BD732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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