Html Css Color HEX #B4C067 Wild Willow

📋 copy color: '#B4C067'

red 180 ◦ green 192 ◦ blue 103

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

Shades of Wild Willow #B4C067

Tints of Wild Willow #B4C067

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

 GREEN value IS 192 (75.39% from 255) = 40.42%

 BLUE value IS 103 (40.63% from 255) = 21.68%

R = 37.89%
G = 40.42%
B = 21.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#B4C067 (or 0xB4C067) is known color: Wild Willow. HEX triplet: B4, C0 and 67. RGB value is (180,192,103). Sum of RGB (Red+Green+Blue) = 180+192+103=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C067 is #4B3F98. Grayscale: #B2B2B2. Windows color (decimal): -4931481 or 6799540. OLE color: 6799540.

HSL color Cylindrical-coordinate representation of color #B4C067: hue angle of 68.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4C067 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 192 103 -
CMYK 0.06 0 0.46 0.25
HSL 68.09º 0.41% 0.58% -
HSV(B) 68.09º 0.46% 0.75% -
XYZ 40.12 48.38 20.06 -
YUV 178.27 85.52 129.24 -
System Red Green Blue C M Y K H S L
Decimal 180 192 103 0.06 0 0.46 0.25 68.09 0.41 0.58
Hex B4 C0 67 6 0 2E 19 44 29 3A
Octal 264 300 147 6 0 56 31 104 51 72
Binary 10110100 11000000 1100111 110 0 101110 11001 1000100 101001 111010

Color Harmonies of #B4C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C067

Black with #B4C067

Text Example


Text Example

White with #B4C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C067; }

 p { color: rgb(180,192,103); }

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

background-color css

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

 a { background-color: rgb(180,192,103); }

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

border-color css

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

 span { border-color: rgb(180,192,103); }

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