Html Css Color HEX #B1B46B Dark Khaki

📋 copy color: '#B1B46B'

red 177 ◦ green 180 ◦ blue 107

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

Shades of Dark Khaki #B1B46B

Tints of Dark Khaki #B1B46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 38.15%
G = 38.79%
B = 23.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B1B46B (or 0xB1B46B) is known color: Dark Khaki. HEX triplet: B1, B4 and 6B. RGB value is (177,180,107). Sum of RGB (Red+Green+Blue) = 177+180+107=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B46B is #4E4B94. Grayscale: #ABABAB. Windows color (decimal): -5131157 or 7058609. OLE color: 7058609.

HSL color Cylindrical-coordinate representation of color #B1B46B: hue angle of 62.47º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1B46B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 107 -
CMYK 0.02 0 0.41 0.29
HSL 62.47º 0.33% 0.56% -
HSV(B) 62.47º 0.41% 0.71% -
XYZ 37.11 43.05 20.26 -
YUV 170.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 177 180 107 0.02 0 0.41 0.29 62.47 0.33 0.56
Hex B1 B4 6B 2 0 29 1D 3E 21 38
Octal 261 264 153 2 0 51 35 76 41 70
Binary 10110001 10110100 1101011 10 0 101001 11101 111110 100001 111000

Color Harmonies of #B1B46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B46B

Black with #B1B46B

Text Example


Text Example

White with #B1B46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B46B; }

 p { color: rgb(177,180,107); }

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

background-color css

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

 a { background-color: rgb(177,180,107); }

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

border-color css

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

 span { border-color: rgb(177,180,107); }

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