Html Css Color HEX #BDB294 Akaroa

📋 copy color: '#BDB294'

red 189 ◦ green 178 ◦ blue 148

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

Shades of Akaroa #BDB294

Tints of Akaroa #BDB294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 36.7%
G = 34.56%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB294 (or 0xBDB294) is known color: Akaroa. HEX triplet: BD, B2 and 94. RGB value is (189,178,148). Sum of RGB (Red+Green+Blue) = 189+178+148=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB294 is #424D6B. Grayscale: #B2B2B2. Windows color (decimal): -4345196 or 9745085. OLE color: 9745085.

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

Color convert

RGB 189 178 148 -
CMYK 0 0.06 0.22 0.26
HSL 43.9º 0.24% 0.66% -
HSV(B) 43.9º 0.22% 0.74% -
XYZ 42.25 44.8 34.44 -
YUV 177.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 189 178 148 0 0.06 0.22 0.26 43.9 0.24 0.66
Hex BD B2 94 0 6 16 1A 2C 18 42
Octal 275 262 224 0 6 26 32 54 30 102
Binary 10111101 10110010 10010100 0 110 10110 11010 101100 11000 1000010

Color Harmonies of #BDB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB294

Black with #BDB294

Text Example


Text Example

White with #BDB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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