Html Css Color HEX #BCB214 La Rioja

📋 copy color: '#BCB214'

red 188 ◦ green 178 ◦ blue 20

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

Shades of La Rioja #BCB214

Tints of La Rioja #BCB214

RGB

 RED value IS 188 (73.83% from 255) = 48.7%

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

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 48.7%
G = 46.11%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB214 (or 0xBCB214) is known color: La Rioja. HEX triplet: BC, B2 and 14. RGB value is (188,178,20). Sum of RGB (Red+Green+Blue) = 188+178+20=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB214 is #434DEB. Grayscale: #A3A3A3. Windows color (decimal): -4410860 or 1356476. OLE color: 1356476.

HSL color Cylindrical-coordinate representation of color #BCB214: hue angle of 56.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCB214 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 20 -
CMYK 0 0.05 0.89 0.26
HSL 56.43º 0.81% 0.41% -
HSV(B) 56.43º 0.89% 0.74% -
XYZ 36.79 42.58 6.94 -
YUV 162.98 47.31 145.85 -
System Red Green Blue C M Y K H S L
Decimal 188 178 20 0 0.05 0.89 0.26 56.43 0.81 0.41
Hex BC B2 14 0 5 59 1A 38 51 29
Octal 274 262 24 0 5 131 32 70 121 51
Binary 10111100 10110010 10100 0 101 1011001 11010 111000 1010001 101001

Color Harmonies of #BCB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB214

Black with #BCB214

Text Example


Text Example

White with #BCB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB214; }

 p { color: rgb(188,178,20); }

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

background-color css

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

 a { background-color: rgb(188,178,20); }

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

border-color css

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

 span { border-color: rgb(188,178,20); }

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