Html Css Color HEX #BCB316 La Rioja

📋 copy color: '#BCB316'

red 188 ◦ green 179 ◦ blue 22

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

Shades of La Rioja #BCB316

Tints of La Rioja #BCB316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.02%

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 48.33%
G = 46.02%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCB316 (or 0xBCB316) is known color: La Rioja. HEX triplet: BC, B3 and 16. RGB value is (188,179,22). Sum of RGB (Red+Green+Blue) = 188+179+22=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB316 is #434CE9. Grayscale: #A4A4A4. Windows color (decimal): -4410602 or 1487804. OLE color: 1487804.

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

Color convert

RGB 188 179 22 -
CMYK 0 0.05 0.88 0.26
HSL 56.75º 0.79% 0.41% -
HSV(B) 56.75º 0.88% 0.74% -
XYZ 37 42.99 7.11 -
YUV 163.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 188 179 22 0 0.05 0.88 0.26 56.75 0.79 0.41
Hex BC B3 16 0 5 58 1A 39 4F 29
Octal 274 263 26 0 5 130 32 71 117 51
Binary 10111100 10110011 10110 0 101 1011000 11010 111001 1001111 101001

Color Harmonies of #BCB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB316

Black with #BCB316

Text Example


Text Example

White with #BCB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB316; }

 p { color: rgb(188,179,22); }

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

background-color css

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

 a { background-color: rgb(188,179,22); }

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

border-color css

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

 span { border-color: rgb(188,179,22); }

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