Html Css Color HEX #BCB307 La Rioja

📋 copy color: '#BCB307'

red 188 ◦ green 179 ◦ blue 7

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

Shades of La Rioja #BCB307

Tints of La Rioja #BCB307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 50.27%
G = 47.86%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCB307 (or 0xBCB307) is known color: La Rioja. HEX triplet: BC, B3 and 07. RGB value is (188,179,7). Sum of RGB (Red+Green+Blue) = 188+179+7=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB307 is #434CF8. Grayscale: #A2A2A2. Windows color (decimal): -4410617 or 504764. OLE color: 504764.

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

Color convert

RGB 188 179 7 -
CMYK 0 0.05 0.96 0.26
HSL 57.02º 0.93% 0.38% -
HSV(B) 57.02º 0.96% 0.74% -
XYZ 36.9 42.95 6.55 -
YUV 162.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 188 179 7 0 0.05 0.96 0.26 57.02 0.93 0.38
Hex BC B3 7 0 5 60 1A 39 5D 26
Octal 274 263 7 0 5 140 32 71 135 46
Binary 10111100 10110011 111 0 101 1100000 11010 111001 1011101 100110

Color Harmonies of #BCB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB307

Black with #BCB307

Text Example


Text Example

White with #BCB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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