Html Css Color HEX #BD914A Tussock

📋 copy color: '#BD914A'

red 189 ◦ green 145 ◦ blue 74

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

Shades of Tussock #BD914A

Tints of Tussock #BD914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 46.32%
G = 35.54%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD914A (or 0xBD914A) is known color: Tussock. HEX triplet: BD, 91 and 4A. RGB value is (189,145,74). Sum of RGB (Red+Green+Blue) = 189+145+74=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD914A is #426EB5. Grayscale: #969696. Windows color (decimal): -4353718 or 4886973. OLE color: 4886973.

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

Color convert

RGB 189 145 74 -
CMYK 0 0.23 0.61 0.26
HSL 37.04º 0.47% 0.52% -
HSV(B) 37.04º 0.61% 0.74% -
XYZ 32.35 31.56 10.87 -
YUV 150.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 189 145 74 0 0.23 0.61 0.26 37.04 0.47 0.52
Hex BD 91 4A 0 17 3D 1A 25 2F 34
Octal 275 221 112 0 27 75 32 45 57 64
Binary 10111101 10010001 1001010 0 10111 111101 11010 100101 101111 110100

Color Harmonies of #BD914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD914A

Black with #BD914A

Text Example


Text Example

White with #BD914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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