Html Css Color HEX #BCB705 La Rioja

📋 copy color: '#BCB705'

red 188 ◦ green 183 ◦ blue 5

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

Shades of La Rioja #BCB705

Tints of La Rioja #BCB705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 50%
G = 48.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BCB705 (or 0xBCB705) is known color: La Rioja. HEX triplet: BC, B7 and 05. RGB value is (188,183,5). Sum of RGB (Red+Green+Blue) = 188+183+5=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB705 is #4348FA. Grayscale: #A4A4A4. Windows color (decimal): -4409595 or 374716. OLE color: 374716.

HSL color Cylindrical-coordinate representation of color #BCB705: hue angle of 58.36º degrees, saturation: 0.95, 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 #BCB705 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 5 -
CMYK 0 0.03 0.97 0.26
HSL 58.36º 0.95% 0.38% -
HSV(B) 58.36º 0.97% 0.74% -
XYZ 37.7 44.57 6.76 -
YUV 164.2 38.16 144.97 -
System Red Green Blue C M Y K H S L
Decimal 188 183 5 0 0.03 0.97 0.26 58.36 0.95 0.38
Hex BC B7 5 0 3 61 1A 3A 5F 26
Octal 274 267 5 0 3 141 32 72 137 46
Binary 10111100 10110111 101 0 11 1100001 11010 111010 1011111 100110

Color Harmonies of #BCB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB705

Black with #BCB705

Text Example


Text Example

White with #BCB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB705; }

 p { color: rgb(188,183,5); }

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

background-color css

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

 a { background-color: rgb(188,183,5); }

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

border-color css

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

 span { border-color: rgb(188,183,5); }

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