Html Css Color HEX #BDB297 Akaroa

📋 copy color: '#BDB297'

red 189 ◦ green 178 ◦ blue 151

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

Shades of Akaroa #BDB297

Tints of Akaroa #BDB297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.15%

R = 36.49%
G = 34.36%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB297 (or 0xBDB297) is known color: Akaroa. HEX triplet: BD, B2 and 97. RGB value is (189,178,151). Sum of RGB (Red+Green+Blue) = 189+178+151=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB297 is #424D68. Grayscale: #B2B2B2. Windows color (decimal): -4345193 or 9941693. OLE color: 9941693.

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

Color convert

RGB 189 178 151 -
CMYK 0 0.06 0.20 0.26
HSL 42.63º 0.22% 0.67% -
HSV(B) 42.63º 0.2% 0.74% -
XYZ 42.49 44.89 35.7 -
YUV 178.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 189 178 151 0 0.06 0.20 0.26 42.63 0.22 0.67
Hex BD B2 97 0 6 14 1A 2B 16 43
Octal 275 262 227 0 6 24 32 53 26 103
Binary 10111101 10110010 10010111 0 110 10100 11010 101011 10110 1000011

Color Harmonies of #BDB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB297

Black with #BDB297

Text Example


Text Example

White with #BDB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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