Html Css Color HEX #BCB71D La Rioja

📋 copy color: '#BCB71D'

red 188 ◦ green 183 ◦ blue 29

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

Shades of La Rioja #BCB71D

Tints of La Rioja #BCB71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 47%
G = 45.75%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCB71D (or 0xBCB71D) is known color: La Rioja. HEX triplet: BC, B7 and 1D. RGB value is (188,183,29). Sum of RGB (Red+Green+Blue) = 188+183+29=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB71D is #4348E2. Grayscale: #A7A7A7. Windows color (decimal): -4409571 or 1947580. OLE color: 1947580.

HSL color Cylindrical-coordinate representation of color #BCB71D: hue angle of 58.11º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB71D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 29 -
CMYK 0 0.03 0.85 0.26
HSL 58.11º 0.73% 0.43% -
HSV(B) 58.11º 0.85% 0.74% -
XYZ 37.89 44.65 7.78 -
YUV 166.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 188 183 29 0 0.03 0.85 0.26 58.11 0.73 0.43
Hex BC B7 1D 0 3 55 1A 3A 49 2B
Octal 274 267 35 0 3 125 32 72 111 53
Binary 10111100 10110111 11101 0 11 1010101 11010 111010 1001001 101011

Color Harmonies of #BCB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB71D

Black with #BCB71D

Text Example


Text Example

White with #BCB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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