Html Css Color HEX #BCB010 La Rioja

📋 copy color: '#BCB010'

red 188 ◦ green 176 ◦ blue 16

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

Shades of La Rioja #BCB010

Tints of La Rioja #BCB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.32%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 49.47%
G = 46.32%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB010 (or 0xBCB010) is known color: La Rioja. HEX triplet: BC, B0 and 10. RGB value is (188,176,16). Sum of RGB (Red+Green+Blue) = 188+176+16=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB010 is #434FEF. Grayscale: #A1A1A1. Windows color (decimal): -4411376 or 1093820. OLE color: 1093820.

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

Color convert

RGB 188 176 16 -
CMYK 0 0.06 0.91 0.26
HSL 55.81º 0.84% 0.4% -
HSV(B) 55.81º 0.91% 0.74% -
XYZ 36.36 41.78 6.64 -
YUV 161.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 188 176 16 0 0.06 0.91 0.26 55.81 0.84 0.4
Hex BC B0 10 0 6 5B 1A 38 54 28
Octal 274 260 20 0 6 133 32 70 124 50
Binary 10111100 10110000 10000 0 110 1011011 11010 111000 1010100 101000

Color Harmonies of #BCB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB010

Black with #BCB010

Text Example


Text Example

White with #BCB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB010; }

 p { color: rgb(188,176,16); }

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

background-color css

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

 a { background-color: rgb(188,176,16); }

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

border-color css

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

 span { border-color: rgb(188,176,16); }

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