Html Css Color HEX #BCB108 La Rioja

📋 copy color: '#BCB108'

red 188 ◦ green 177 ◦ blue 8

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

Shades of La Rioja #BCB108

Tints of La Rioja #BCB108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 50.4%
G = 47.45%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCB108 (or 0xBCB108) is known color: La Rioja. HEX triplet: BC, B1 and 08. RGB value is (188,177,8). Sum of RGB (Red+Green+Blue) = 188+177+8=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB108 is #434EF7. Grayscale: #A1A1A1. Windows color (decimal): -4411128 or 569788. OLE color: 569788.

HSL color Cylindrical-coordinate representation of color #BCB108: hue angle of 56.33º degrees, saturation: 0.92, 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 #BCB108 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 8 -
CMYK 0 0.06 0.96 0.26
HSL 56.33º 0.92% 0.38% -
HSV(B) 56.33º 0.96% 0.74% -
XYZ 36.51 42.15 6.44 -
YUV 161.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 188 177 8 0 0.06 0.96 0.26 56.33 0.92 0.38
Hex BC B1 8 0 6 60 1A 38 5C 26
Octal 274 261 10 0 6 140 32 70 134 46
Binary 10111100 10110001 1000 0 110 1100000 11010 111000 1011100 100110

Color Harmonies of #BCB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB108

Black with #BCB108

Text Example


Text Example

White with #BCB108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB108; }

 p { color: rgb(188,177,8); }

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

background-color css

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

 a { background-color: rgb(188,177,8); }

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

border-color css

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

 span { border-color: rgb(188,177,8); }

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