Html Css Color HEX #BD944A Tussock

📋 copy color: '#BD944A'

red 189 ◦ green 148 ◦ blue 74

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

Shades of Tussock #BD944A

Tints of Tussock #BD944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 45.99%
G = 36.01%
B = 18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD944A (or 0xBD944A) is known color: Tussock. HEX triplet: BD, 94 and 4A. RGB value is (189,148,74). Sum of RGB (Red+Green+Blue) = 189+148+74=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD944A is #426BB5. Grayscale: #989898. Windows color (decimal): -4352950 or 4887741. OLE color: 4887741.

HSL color Cylindrical-coordinate representation of color #BD944A: hue angle of 38.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD944A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 148 74 -
CMYK 0 0.22 0.61 0.26
HSL 38.61º 0.47% 0.52% -
HSV(B) 38.61º 0.61% 0.74% -
XYZ 32.81 32.49 11.02 -
YUV 151.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 189 148 74 0 0.22 0.61 0.26 38.61 0.47 0.52
Hex BD 94 4A 0 16 3D 1A 27 2F 34
Octal 275 224 112 0 26 75 32 47 57 64
Binary 10111101 10010100 1001010 0 10110 111101 11010 100111 101111 110100

Color Harmonies of #BD944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD944A

Black with #BD944A

Text Example


Text Example

White with #BD944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD944A; }

 p { color: rgb(189,148,74); }

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

background-color css

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

 a { background-color: rgb(189,148,74); }

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

border-color css

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

 span { border-color: rgb(189,148,74); }

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