Html Css Color HEX #B1BD72 Caper

📋 copy color: '#B1BD72'

red 177 ◦ green 189 ◦ blue 114

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

Shades of Caper #B1BD72

Tints of Caper #B1BD72

RGB

 RED value IS 177 (69.53% from 255) = 36.88%

 GREEN value IS 189 (74.22% from 255) = 39.38%

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 36.88%
G = 39.38%
B = 23.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B1BD72 (or 0xB1BD72) is known color: Caper. HEX triplet: B1, BD and 72. RGB value is (177,189,114). Sum of RGB (Red+Green+Blue) = 177+189+114=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD72 is #4E428D. Grayscale: #B1B1B1. Windows color (decimal): -5128846 or 7519665. OLE color: 7519665.

HSL color Cylindrical-coordinate representation of color #B1BD72: hue angle of 69.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1BD72 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 114 -
CMYK 0.06 0 0.40 0.26
HSL 69.6º 0.36% 0.59% -
HSV(B) 69.6º 0.4% 0.74% -
XYZ 39.37 46.96 22.91 -
YUV 176.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 177 189 114 0.06 0 0.40 0.26 69.6 0.36 0.59
Hex B1 BD 72 6 0 28 1A 46 24 3B
Octal 261 275 162 6 0 50 32 106 44 73
Binary 10110001 10111101 1110010 110 0 101000 11010 1000110 100100 111011

Color Harmonies of #B1BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD72

Black with #B1BD72

Text Example


Text Example

White with #B1BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD72; }

 p { color: rgb(177,189,114); }

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

background-color css

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

 a { background-color: rgb(177,189,114); }

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

border-color css

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

 span { border-color: rgb(177,189,114); }

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