Html Css Color HEX #BCB306 La Rioja

📋 copy color: '#BCB306'

red 188 ◦ green 179 ◦ blue 6

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

Shades of La Rioja #BCB306

Tints of La Rioja #BCB306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 50.4%
G = 47.99%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BCB306 (or 0xBCB306) is known color: La Rioja. HEX triplet: BC, B3 and 06. RGB value is (188,179,6). Sum of RGB (Red+Green+Blue) = 188+179+6=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB306 is #434CF9. Grayscale: #A2A2A2. Windows color (decimal): -4410618 or 439228. OLE color: 439228.

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

Color convert

RGB 188 179 6 -
CMYK 0 0.05 0.97 0.26
HSL 57.03º 0.94% 0.38% -
HSV(B) 57.03º 0.97% 0.74% -
XYZ 36.89 42.94 6.52 -
YUV 161.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 188 179 6 0 0.05 0.97 0.26 57.03 0.94 0.38
Hex BC B3 6 0 5 61 1A 39 5E 26
Octal 274 263 6 0 5 141 32 71 136 46
Binary 10111100 10110011 110 0 101 1100001 11010 111001 1011110 100110

Color Harmonies of #BCB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB306

Black with #BCB306

Text Example


Text Example

White with #BCB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB306; }

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

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

background-color css

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

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

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

border-color css

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

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

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