Html Css Color HEX #BFB300 La Rioja

📋 copy color: '#BFB300'

red 191 ◦ green 179 ◦ blue 0

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

Shades of La Rioja #BFB300

Tints of La Rioja #BFB300

RGB

 RED value IS 191 (75% from 255) = 51.62%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.62%
G = 48.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BFB300 (or 0xBFB300) is known color: La Rioja. HEX triplet: BF, B3 and 00. RGB value is (191,179,0). Sum of RGB (Red+Green+Blue) = 191+179+0=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB300 is #404CFF. Grayscale: #A2A2A2. Windows color (decimal): -4214016 or 46015. OLE color: 46015.

HSL color Cylindrical-coordinate representation of color #BFB300: hue angle of 56.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFB300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 0 -
CMYK 0 0.06 1 0.25
HSL 56.23º 1% 0.37% -
HSV(B) 56.23º 1% 0.75% -
XYZ 37.61 43.32 6.38 -
YUV 162.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 191 179 0 0 0.06 1 0.25 56.23 1 0.37
Hex BF B3 0 0 6 64 19 38 64 25
Octal 277 263 0 0 6 144 31 70 144 45
Binary 10111111 10110011 0 0 110 1100100 11001 111000 1100100 100101

Color Harmonies of #BFB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB300

Black with #BFB300

Text Example


Text Example

White with #BFB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB300; }

 p { color: rgb(191,179,0); }

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

background-color css

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

 a { background-color: rgb(191,179,0); }

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

border-color css

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

 span { border-color: rgb(191,179,0); }

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