Html Css Color HEX #BC8269 Brandy Rose

📋 copy color: '#BC8269'

red 188 ◦ green 130 ◦ blue 105

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

Shades of Brandy Rose #BC8269

Tints of Brandy Rose #BC8269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 44.44%
G = 30.73%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC8269 (or 0xBC8269) is known color: Brandy Rose. HEX triplet: BC, 82 and 69. RGB value is (188,130,105). Sum of RGB (Red+Green+Blue) = 188+130+105=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8269 is #437D96. Grayscale: #909090. Windows color (decimal): -4423063 or 6914748. OLE color: 6914748.

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

Color convert

RGB 188 130 105 -
CMYK 0 0.31 0.44 0.26
HSL 18.07º 0.38% 0.57% -
HSV(B) 18.07º 0.44% 0.74% -
XYZ 31.27 27.68 17.06 -
YUV 144.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 188 130 105 0 0.31 0.44 0.26 18.07 0.38 0.57
Hex BC 82 69 0 1F 2C 1A 12 26 39
Octal 274 202 151 0 37 54 32 22 46 71
Binary 10111100 10000010 1101001 0 11111 101100 11010 10010 100110 111001

Color Harmonies of #BC8269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8269

Black with #BC8269

Text Example


Text Example

White with #BC8269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8269; }

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

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

background-color css

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

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

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

border-color css

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

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

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