Html Css Color HEX #B68A7D Brandy Rose

📋 copy color: '#B68A7D'

red 182 ◦ green 138 ◦ blue 125

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

Shades of Brandy Rose #B68A7D

Tints of Brandy Rose #B68A7D

RGB

 RED value IS 182 (71.48% from 255) = 40.9%

 GREEN value IS 138 (54.3% from 255) = 31.01%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 40.9%
G = 31.01%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B68A7D (or 0xB68A7D) is known color: Brandy Rose. HEX triplet: B6, 8A and 7D. RGB value is (182,138,125). Sum of RGB (Red+Green+Blue) = 182+138+125=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A7D is #497582. Grayscale: #959595. Windows color (decimal): -4814211 or 8227510. OLE color: 8227510.

HSL color Cylindrical-coordinate representation of color #B68A7D: hue angle of 13.68º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68A7D is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 138 125 -
CMYK 0 0.24 0.31 0.29
HSL 13.68º 0.28% 0.6% -
HSV(B) 13.68º 0.31% 0.71% -
XYZ 32.08 29.6 23.43 -
YUV 149.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 182 138 125 0 0.24 0.31 0.29 13.68 0.28 0.6
Hex B6 8A 7D 0 18 1F 1D E 1C 3C
Octal 266 212 175 0 30 37 35 16 34 74
Binary 10110110 10001010 1111101 0 11000 11111 11101 1110 11100 111100

Color Harmonies of #B68A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A7D

Black with #B68A7D

Text Example


Text Example

White with #B68A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A7D; }

 p { color: rgb(182,138,125); }

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

background-color css

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

 a { background-color: rgb(182,138,125); }

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

border-color css

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

 span { border-color: rgb(182,138,125); }

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