Html Css Color HEX #BC817A Brandy Rose

📋 copy color: '#BC817A'

red 188 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #BC817A

Tints of Brandy Rose #BC817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.38%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 42.82%
G = 29.38%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC817A (or 0xBC817A) is known color: Brandy Rose. HEX triplet: BC, 81 and 7A. RGB value is (188,129,122). Sum of RGB (Red+Green+Blue) = 188+129+122=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC817A is #437E85. Grayscale: #919191. Windows color (decimal): -4423302 or 8028604. OLE color: 8028604.

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

Color convert

RGB 188 129 122 -
CMYK 0 0.31 0.35 0.26
HSL 6.36º 0.33% 0.61% -
HSV(B) 6.36º 0.35% 0.74% -
XYZ 32.1 27.8 22.09 -
YUV 145.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 188 129 122 0 0.31 0.35 0.26 6.36 0.33 0.61
Hex BC 81 7A 0 1F 23 1A 6 21 3D
Octal 274 201 172 0 37 43 32 6 41 75
Binary 10111100 10000001 1111010 0 11111 100011 11010 110 100001 111101

Color Harmonies of #BC817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC817A

Black with #BC817A

Text Example


Text Example

White with #BC817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC817A; }

 p { color: rgb(188,129,122); }

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

background-color css

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

 a { background-color: rgb(188,129,122); }

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

border-color css

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

 span { border-color: rgb(188,129,122); }

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