Html Css Color HEX #B67D68 Brandy Rose

📋 copy color: '#B67D68'

red 182 ◦ green 125 ◦ blue 104

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

Shades of Brandy Rose #B67D68

Tints of Brandy Rose #B67D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 44.28%
G = 30.41%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B67D68 (or 0xB67D68) is known color: Brandy Rose. HEX triplet: B6, 7D and 68. RGB value is (182,125,104). Sum of RGB (Red+Green+Blue) = 182+125+104=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D68 is #498297. Grayscale: #8B8B8B. Windows color (decimal): -4817560 or 6847926. OLE color: 6847926.

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

Color convert

RGB 182 125 104 -
CMYK 0 0.31 0.43 0.29
HSL 16.15º 0.35% 0.56% -
HSV(B) 16.15º 0.43% 0.71% -
XYZ 29.12 25.61 16.51 -
YUV 139.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 182 125 104 0 0.31 0.43 0.29 16.15 0.35 0.56
Hex B6 7D 68 0 1F 2B 1D 10 23 38
Octal 266 175 150 0 37 53 35 20 43 70
Binary 10110110 1111101 1101000 0 11111 101011 11101 10000 100011 111000

Color Harmonies of #B67D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D68

Black with #B67D68

Text Example


Text Example

White with #B67D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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