Html Css Color HEX #BC837A Brandy Rose

📋 copy color: '#BC837A'

red 188 ◦ green 131 ◦ blue 122

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

Shades of Brandy Rose #BC837A

Tints of Brandy Rose #BC837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.71%

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

R = 42.63%
G = 29.71%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC837A (or 0xBC837A) is known color: Brandy Rose. HEX triplet: BC, 83 and 7A. RGB value is (188,131,122). Sum of RGB (Red+Green+Blue) = 188+131+122=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837A is #437C85. Grayscale: #939393. Windows color (decimal): -4422790 or 8029116. OLE color: 8029116.

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

Color convert

RGB 188 131 122 -
CMYK 0 0.30 0.35 0.26
HSL 8.18º 0.33% 0.61% -
HSV(B) 8.18º 0.35% 0.74% -
XYZ 32.37 28.33 22.17 -
YUV 147.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 188 131 122 0 0.30 0.35 0.26 8.18 0.33 0.61
Hex BC 83 7A 0 1E 23 1A 8 21 3D
Octal 274 203 172 0 36 43 32 10 41 75
Binary 10111100 10000011 1111010 0 11110 100011 11010 1000 100001 111101

Color Harmonies of #BC837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC837A

Black with #BC837A

Text Example


Text Example

White with #BC837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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