Html Css Color HEX #BFB702 La Rioja

📋 copy color: '#BFB702'

red 191 ◦ green 183 ◦ blue 2

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

Shades of La Rioja #BFB702

Tints of La Rioja #BFB702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 50.8%
G = 48.67%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFB702 (or 0xBFB702) is known color: La Rioja. HEX triplet: BF, B7 and 02. RGB value is (191,183,2). Sum of RGB (Red+Green+Blue) = 191+183+2=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB702 is #4048FD. Grayscale: #A5A5A5. Windows color (decimal): -4212990 or 178111. OLE color: 178111.

HSL color Cylindrical-coordinate representation of color #BFB702: hue angle of 57.46º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFB702 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 183 2 -
CMYK 0 0.04 0.99 0.25
HSL 57.46º 0.98% 0.38% -
HSV(B) 57.46º 0.99% 0.75% -
XYZ 38.43 44.95 6.71 -
YUV 164.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 191 183 2 0 0.04 0.99 0.25 57.46 0.98 0.38
Hex BF B7 2 0 4 63 19 39 62 26
Octal 277 267 2 0 4 143 31 71 142 46
Binary 10111111 10110111 10 0 100 1100011 11001 111001 1100010 100110

Color Harmonies of #BFB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB702

Black with #BFB702

Text Example


Text Example

White with #BFB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB702; }

 p { color: rgb(191,183,2); }

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

background-color css

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

 a { background-color: rgb(191,183,2); }

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

border-color css

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

 span { border-color: rgb(191,183,2); }

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