Html Css Color HEX #BDB293 Akaroa

📋 copy color: '#BDB293'

red 189 ◦ green 178 ◦ blue 147

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

Shades of Akaroa #BDB293

Tints of Akaroa #BDB293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.6%

R = 36.77%
G = 34.63%
B = 28.6%

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

#BDB293 (or 0xBDB293) is known color: Akaroa. HEX triplet: BD, B2 and 93. RGB value is (189,178,147). Sum of RGB (Red+Green+Blue) = 189+178+147=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB293 is #424D6C. Grayscale: #B1B1B1. Windows color (decimal): -4345197 or 9679549. OLE color: 9679549.

HSL color Cylindrical-coordinate representation of color #BDB293: hue angle of 44.29º 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 #BDB293 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 147 -
CMYK 0 0.06 0.22 0.26
HSL 44.29º 0.24% 0.66% -
HSV(B) 44.29º 0.22% 0.74% -
XYZ 42.17 44.77 34.02 -
YUV 177.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 189 178 147 0 0.06 0.22 0.26 44.29 0.24 0.66
Hex BD B2 93 0 6 16 1A 2C 18 42
Octal 275 262 223 0 6 26 32 54 30 102
Binary 10111101 10110010 10010011 0 110 10110 11010 101100 11000 1000010

Color Harmonies of #BDB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB293

Black with #BDB293

Text Example


Text Example

White with #BDB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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