Html Css Color HEX #BDB295 Akaroa

📋 copy color: '#BDB295'

red 189 ◦ green 178 ◦ blue 149

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

Shades of Akaroa #BDB295

Tints of Akaroa #BDB295

RGB

 RED value IS 189 (74.22% from 255) = 36.63%

 GREEN value IS 178 (69.92% from 255) = 34.5%

 BLUE value IS 149 (58.59% from 255) = 28.88%

R = 36.63%
G = 34.5%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB295 (or 0xBDB295) is known color: Akaroa. HEX triplet: BD, B2 and 95. RGB value is (189,178,149). Sum of RGB (Red+Green+Blue) = 189+178+149=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB295 is #424D6A. Grayscale: #B2B2B2. Windows color (decimal): -4345195 or 9810621. OLE color: 9810621.

HSL color Cylindrical-coordinate representation of color #BDB295: hue angle of 43.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB295 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 149 -
CMYK 0 0.06 0.21 0.26
HSL 43.5º 0.23% 0.66% -
HSV(B) 43.5º 0.21% 0.74% -
XYZ 42.33 44.83 34.86 -
YUV 177.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 189 178 149 0 0.06 0.21 0.26 43.5 0.23 0.66
Hex BD B2 95 0 6 15 1A 2C 17 42
Octal 275 262 225 0 6 25 32 54 27 102
Binary 10111101 10110010 10010101 0 110 10101 11010 101100 10111 1000010

Color Harmonies of #BDB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB295

Black with #BDB295

Text Example


Text Example

White with #BDB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB295; }

 p { color: rgb(189,178,149); }

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

background-color css

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

 a { background-color: rgb(189,178,149); }

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

border-color css

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

 span { border-color: rgb(189,178,149); }

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