Html Css Color HEX #B7BF2F Rio Grande

📋 copy color: '#B7BF2F'

red 183 ◦ green 191 ◦ blue 47

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

Shades of Rio Grande #B7BF2F

Tints of Rio Grande #B7BF2F

RGB

 RED value IS 183 (71.88% from 255) = 43.47%

 GREEN value IS 191 (75% from 255) = 45.37%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 43.47%
G = 45.37%
B = 11.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#B7BF2F (or 0xB7BF2F) is known color: Rio Grande. HEX triplet: B7, BF and 2F. RGB value is (183,191,47). Sum of RGB (Red+Green+Blue) = 183+191+47=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF2F is #4840D0. Grayscale: #ACACAC. Windows color (decimal): -4735185 or 3129271. OLE color: 3129271.

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

Color convert

RGB 183 191 47 -
CMYK 0.04 0 0.75 0.25
HSL 63.33º 0.61% 0.47% -
HSV(B) 63.33º 0.75% 0.75% -
XYZ 38.67 47.53 9.83 -
YUV 172.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 183 191 47 0.04 0 0.75 0.25 63.33 0.61 0.47
Hex B7 BF 2F 4 0 4B 19 3F 3D 2F
Octal 267 277 57 4 0 113 31 77 75 57
Binary 10110111 10111111 101111 100 0 1001011 11001 111111 111101 101111

Color Harmonies of #B7BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF2F

Black with #B7BF2F

Text Example


Text Example

White with #B7BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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