Html Css Color HEX #BD825A Twine

📋 copy color: '#BD825A'

red 189 ◦ green 130 ◦ blue 90

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

Shades of Twine #BD825A

Tints of Twine #BD825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 90 (35.55% from 255) = 22%

R = 46.21%
G = 31.78%
B = 22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD825A (or 0xBD825A) is known color: Twine. HEX triplet: BD, 82 and 5A. RGB value is (189,130,90). Sum of RGB (Red+Green+Blue) = 189+130+90=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD825A is #427DA5. Grayscale: #8F8F8F. Windows color (decimal): -4357542 or 5931709. OLE color: 5931709.

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

Color convert

RGB 189 130 90 -
CMYK 0 0.31 0.52 0.26
HSL 24.24º 0.43% 0.55% -
HSV(B) 24.24º 0.52% 0.74% -
XYZ 30.81 27.52 13.36 -
YUV 143.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 189 130 90 0 0.31 0.52 0.26 24.24 0.43 0.55
Hex BD 82 5A 0 1F 34 1A 18 2B 37
Octal 275 202 132 0 37 64 32 30 53 67
Binary 10111101 10000010 1011010 0 11111 110100 11010 11000 101011 110111

Color Harmonies of #BD825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD825A

Black with #BD825A

Text Example


Text Example

White with #BD825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD825A; }

 p { color: rgb(189,130,90); }

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

background-color css

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

 a { background-color: rgb(189,130,90); }

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

border-color css

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

 span { border-color: rgb(189,130,90); }

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