Html Css Color HEX #BC825B Twine

📋 copy color: '#BC825B'

red 188 ◦ green 130 ◦ blue 91

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

Shades of Twine #BC825B

Tints of Twine #BC825B

RGB

 RED value IS 188 (73.83% from 255) = 45.97%

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 45.97%
G = 31.78%
B = 22.25%

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

#BC825B (or 0xBC825B) is known color: Twine. HEX triplet: BC, 82 and 5B. RGB value is (188,130,91). Sum of RGB (Red+Green+Blue) = 188+130+91=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC825B is #437DA4. Grayscale: #8F8F8F. Windows color (decimal): -4423077 or 5997244. OLE color: 5997244.

HSL color Cylindrical-coordinate representation of color #BC825B: hue angle of 24.12º degrees, saturation: 0.42, 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 #BC825B is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 91 -
CMYK 0 0.31 0.52 0.26
HSL 24.12º 0.42% 0.55% -
HSV(B) 24.12º 0.52% 0.74% -
XYZ 30.61 27.41 13.58 -
YUV 142.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 188 130 91 0 0.31 0.52 0.26 24.12 0.42 0.55
Hex BC 82 5B 0 1F 34 1A 18 2A 37
Octal 274 202 133 0 37 64 32 30 52 67
Binary 10111100 10000010 1011011 0 11111 110100 11010 11000 101010 110111

Color Harmonies of #BC825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC825B

Black with #BC825B

Text Example


Text Example

White with #BC825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC825B; }

 p { color: rgb(188,130,91); }

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

background-color css

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

 a { background-color: rgb(188,130,91); }

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

border-color css

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

 span { border-color: rgb(188,130,91); }

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